Commit 018ee62 1 parent 3e69541 commit 018ee62 Copy full SHA for 018ee62
File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 83
83
' -GXcode' ,
84
84
]
85
85
86
- - platform : ['linux', 'mingw-gcc', 'mingw-llvm']
87
- cmake-flags : ['-GNinja']
86
+ - platform : linux
87
+ cmake-flags : [
88
+ ' -GNinja'
89
+ ]
90
+
91
+ - platform : mingw-gcc
92
+ cmake-flags : [
93
+ ' -DCMAKE_CXX_COMPILER:STRING=g++' ,
94
+ ' -DCMAKE_C_COMPILER:STRING=gcc' ,
95
+ ' -GNinja' ,
96
+ ]
97
+
98
+ - platform : mingw-llvm
99
+ cmake-flags : [
100
+ ' -DCMAKE_CXX_COMPILER:STRING=clang++' ,
101
+ ' -DCMAKE_C_COMPILER:STRING=clang' ,
102
+ ' -GNinja' ,
103
+ ]
88
104
89
105
exclude :
90
106
- platform : mingw-llvm
@@ -186,7 +202,7 @@ jobs:
186
202
working-directory : ${{runner.workspace}}/build
187
203
run : cmake ${{github.workspace}}
188
204
-DCMAKE_BUILD_TYPE:STRING=Release
189
- -DQT_DIR:PATH=$QT_ROOT_DIR
205
+ -DQT_DIR:PATH=$QT_ROOT_DIR/lib/cmake
190
206
${{ join(matrix.cmake-flags, ' ') }}
191
207
192
208
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments