Skip to content

Commit 720a43b

Browse files
committed
fixup! Upgrade to install-qt-action@v4
1 parent 018ee62 commit 720a43b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/integration.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
platform: ['android', 'linux', 'ios', 'macos', 'mingw-gcc', 'mingw-llvm', 'msvc']
1414

1515
include:
16+
1617
# ----------------------------------------------------------------------- select platform specific Github runner
18+
1719
- platform: android
1820
runner: ubuntu-latest
1921
- platform: linux
@@ -32,12 +34,14 @@ jobs:
3234
runner: windows-latest
3335

3436
# --------------------------------------------------------------------------- select platform specific Qt target
37+
3538
- platform: android
3639
target: android
3740
- platform: ios
3841
target: ios
3942

4043
# --------------------------------------------------------------------- select platform specific Qt architecture
44+
4145
- platform: android
4246
arch: android_arm64_v8a
4347
- platform: android
@@ -63,6 +67,7 @@ jobs:
6367
arch: win64_msvc2022_64
6468

6569
# ------------------------------------------------------------------------- select platform specific CMake flags
70+
6671
- platform: android
6772
cmake-flags: [
6873
'-DANDROID_ABI:STRING=arm64-v8a',
@@ -102,6 +107,15 @@ jobs:
102107
'-GNinja',
103108
]
104109

110+
# ------------------------------------------------------------------------- select platform specific CMake tools
111+
112+
- platform: mingw-gcc
113+
tools: 'tools_mingw1310 tools_ninja'
114+
- platform: mingw-llmv
115+
tools: 'tools_llvm_mingw1706 tools_ninja'
116+
117+
# --------------------------------------------------------------------------- exclude unsupported configurations
118+
105119
exclude:
106120
- platform: mingw-llvm
107121
version: '5.15.2'

0 commit comments

Comments
 (0)