File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 30
30
os : windows-latest,
31
31
build_type : " Release" , cc: "cl", cxx: "cl",
32
32
build_gen : " NMake Makefiles" ,
33
- cmake_extra_opts : " -Dbuild_wizard=YES"
34
33
}
35
34
steps :
36
35
- name : Checkout doxygen
@@ -134,12 +133,6 @@ jobs:
134
133
refreshenv
135
134
if : matrix.config.os == 'windows-latest'
136
135
137
- - name : Install Qt 5
138
- uses : jurplel/install-qt-action@v4
139
- with :
140
- version : 5.*
141
- if : matrix.config.is != 'windows-latest'
142
-
143
136
- name : Check tool versions (Linux / MacOS)
144
137
shell : bash
145
138
run : |
@@ -202,7 +195,6 @@ jobs:
202
195
-B build
203
196
-D CMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
204
197
-G "${{ matrix.config.build_gen }}"
205
- -Dbuild_doc=YES
206
198
${{ matrix.config.cmake_extra_opts }}
207
199
RESULT_VARIABLE result
208
200
)
@@ -216,7 +208,7 @@ jobs:
216
208
include(ProcessorCount)
217
209
ProcessorCount(N)
218
210
execute_process(
219
- COMMAND cmake --build build --parallel ${N}
211
+ COMMAND cmake --build build --parallel ${N} --target clean
220
212
RESULT_VARIABLE result
221
213
OUTPUT_VARIABLE output
222
214
ERROR_VARIABLE output
You can’t perform that action at this time.
0 commit comments