-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitlab-ci.yml
49 lines (40 loc) · 1.13 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
include:
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
# Deploy
- /gitlab-templates/craft-appimage-qt6.yml
- /gitlab-templates/flatpak.yml
- /gitlab-templates/craft-windows-x86-64-qt6.yml
- /gitlab-templates/craft-macos-x86-64-qt6.yml
- /gitlab-templates/craft-macos-arm64-qt6.yml
craft_appimage_qt6_x86_64:
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
when: manual
allow_failure: true
flatpak:
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
when: manual
allow_failure: true
craft_windows_qt6_x86_64:
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
when: manual
allow_failure: true
craft_macos_qt6_x86_64:
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
when: manual
allow_failure: true
craft_macos_qt6_arm64:
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
when: manual
allow_failure: true