6
6
build_type :
7
7
description : Type of build (Debug, Release, RelWithDebInfo, MinSizeRel)
8
8
type : string
9
- default : Debug
9
+ default : Release
10
10
is_qt_cached :
11
11
description : Enable Qt caching or not
12
12
type : string
@@ -37,21 +37,21 @@ jobs:
37
37
fail-fast : false
38
38
matrix :
39
39
include :
40
- - os : ubuntu-20.04
41
- qt_ver : 5
42
-
43
- - os : ubuntu-20.04
44
- qt_ver : 6
45
- qt_host : linux
46
- qt_arch : " "
47
- qt_version : " 6.2.4"
48
- qt_modules : " qt5compat qtimageformats"
49
- qt_tools : " "
50
-
51
- - os : windows-2022
52
- name : " Windows-MinGW-w64"
53
- msystem : clang64
54
- vcvars_arch : " amd64_x86"
40
+ # - os: ubuntu-20.04
41
+ # qt_ver: 5
42
+
43
+ # - os: ubuntu-20.04
44
+ # qt_ver: 6
45
+ # qt_host: linux
46
+ # qt_arch: ""
47
+ # qt_version: "6.2.4"
48
+ # qt_modules: "qt5compat qtimageformats"
49
+ # qt_tools: ""
50
+
51
+ # - os: windows-2022
52
+ # name: "Windows-MinGW-w64"
53
+ # msystem: clang64
54
+ # vcvars_arch: "amd64_x86"
55
55
56
56
- os : windows-2022
57
57
name : " Windows-MSVC"
@@ -65,36 +65,36 @@ jobs:
65
65
qt_modules : ' qt5compat qtimageformats'
66
66
qt_tools : ' '
67
67
68
- - os : windows-2022
69
- name : " Windows-MSVC-arm64"
70
- msystem : " "
71
- architecture : " arm64"
72
- vcvars_arch : " amd64_arm64"
73
- qt_ver : 6
74
- qt_host : windows
75
- qt_arch : ' win64_msvc2019_arm64'
76
- qt_version : ' 6.6.1'
77
- qt_modules : ' qt5compat qtimageformats'
78
- qt_tools : ' '
79
-
80
- - os : macos-12
81
- name : macOS
82
- macosx_deployment_target : 11.0
83
- qt_ver : 6
84
- qt_host : mac
85
- qt_arch : ' '
86
- qt_version : ' 6.6.1'
87
- qt_modules : ' qt5compat qtimageformats'
88
- qt_tools : ' '
89
-
90
- - os : macos-12
91
- name : macOS-Legacy
92
- macosx_deployment_target : 10.13
93
- qt_ver : 5
94
- qt_host : mac
95
- qt_version : " 5.15.2"
96
- qt_modules : " "
97
- qt_tools : " "
68
+ # - os: windows-2022
69
+ # name: "Windows-MSVC-arm64"
70
+ # msystem: ""
71
+ # architecture: "arm64"
72
+ # vcvars_arch: "amd64_arm64"
73
+ # qt_ver: 6
74
+ # qt_host: windows
75
+ # qt_arch: 'win64_msvc2019_arm64'
76
+ # qt_version: '6.6.1'
77
+ # qt_modules: 'qt5compat qtimageformats'
78
+ # qt_tools: ''
79
+
80
+ # - os: macos-12
81
+ # name: macOS
82
+ # macosx_deployment_target: 11.0
83
+ # qt_ver: 6
84
+ # qt_host: mac
85
+ # qt_arch: ''
86
+ # qt_version: '6.6.1'
87
+ # qt_modules: 'qt5compat qtimageformats'
88
+ # qt_tools: ''
89
+
90
+ # - os: macos-12
91
+ # name: macOS-Legacy
92
+ # macosx_deployment_target: 10.13
93
+ # qt_ver: 5
94
+ # qt_host: mac
95
+ # qt_version: "5.15.2"
96
+ # qt_modules: ""
97
+ # qt_tools: ""
98
98
99
99
runs-on : ${{ matrix.os }}
100
100
@@ -591,20 +591,21 @@ jobs:
591
591
run : |
592
592
ccache -s
593
593
594
- flatpak :
595
- runs-on : ubuntu-latest
596
- container :
597
- image : bilelmoussaoui/flatpak-github-actions:kde-5.15-23.08
598
- options : --privileged
599
- steps :
600
- - name : Checkout
601
- uses : actions/checkout@v4
602
- if : inputs.build_type == 'Debug'
603
- with :
604
- submodules : " true"
605
- - name : Build Flatpak (Linux)
606
- if : inputs.build_type == 'Debug'
607
- uses : flatpak/flatpak-github-actions/flatpak-builder@v6
608
- with :
609
- bundle : " Prism Launcher.flatpak"
610
- manifest-path : flatpak/org.prismlauncher.PrismLauncher.yml
594
+ # flatpak:
595
+ # runs-on: ubuntu-latest
596
+ # container:
597
+ # image: bilelmoussaoui/flatpak-github-actions:kde-5.15-23.08
598
+ # options: --privileged
599
+ # steps:
600
+ # - name: Checkout
601
+ # uses: actions/checkout@v4
602
+ # if: inputs.build_type == 'Debug'
603
+ # with:
604
+ # submodules: "true"
605
+ # - name: Build Flatpak (Linux)
606
+ # if: inputs.build_type == 'Debug'
607
+ # uses: flatpak/flatpak-github-actions/flatpak-builder@v6
608
+ # with:
609
+ # bundle: "Prism Launcher.flatpak"
610
+ # manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml
611
+
0 commit comments