Skip to content

Commit a1cfe31

Browse files
Updated
1 parent 730d552 commit a1cfe31

File tree

1 file changed

+6
-118
lines changed

1 file changed

+6
-118
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ jobs:
203203
- name: Install VisualStudio tools
204204
run: |
205205
choco install visualstudio2022community --package-parameters "--includeRecommended --includeOptional"
206-
choco install visualstudio2022buildtools
207206
choco install visualstudio2022-workload-nativedesktop
207+
choco install visualstudio2022buildtools
208208
choco install visualstudio2022-workload-vctools
209209
- name: Build for debug mode
210210
shell: cmd
@@ -248,8 +248,8 @@ jobs:
248248
- name: Install VisualStudio tools
249249
run: |
250250
choco install visualstudio2019community --package-parameters "--includeRecommended"
251-
choco install visualstudio2019buildtools
252-
# choco install visualstudio2019-workload-nativedesktop
251+
choco install visualstudio2019-workload-nativedesktop
252+
#choco install visualstudio2019buildtools
253253
choco install visualstudio2019-workload-vctools
254254
- name: Build for debug mode
255255
shell: cmd
@@ -281,43 +281,6 @@ jobs:
281281
nmake
282282
nmake install
283283
call tools\releasetest\releasetest.bat
284-
- name: Install VisualStudio tools
285-
run: |
286-
choco install visualstudio2019community
287-
choco install visualstudio2019buildtools
288-
# choco install visualstudio2019-workload-nativedesktop
289-
choco install visualstudio2019-workload-vctools
290-
- name: Build for debug mode
291-
shell: cmd
292-
run: |
293-
call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
294-
where cl
295-
where nmake
296-
set CL=/MP
297-
qmake -version
298-
call configure.bat --enable-debug
299-
cd src
300-
nmake
301-
nmake install
302-
cd ..\tools
303-
nmake
304-
nmake install
305-
cd test
306-
call testall.bat
307-
- name: Build for release mode
308-
shell: cmd
309-
run: |
310-
call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
311-
set CL=/MP
312-
call configure.bat
313-
cd src
314-
nmake
315-
nmake install
316-
cd ..\tools
317-
nmake
318-
nmake install
319-
call tools\releasetest\releasetest.bat
320-
321284
322285
build-windows-msvc2019-qt65:
323286
runs-on: windows-latest
@@ -331,48 +294,10 @@ jobs:
331294
target: 'desktop'
332295
- name: Install VisualStudio tools
333296
run: |
334-
# choco install visualstudio2019community
335-
choco install visualstudio2019buildtools
297+
choco install visualstudio2019community
336298
choco install visualstudio2019-workload-nativedesktop
299+
choco install visualstudio2019buildtools
337300
choco install visualstudio2019-workload-vctools
338-
# choco install jom
339-
- name: Build for debug mode
340-
shell: cmd
341-
run: |
342-
call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
343-
where cl
344-
where nmake
345-
set CL=/MP
346-
qmake -version
347-
call configure.bat --enable-debug
348-
cd src
349-
nmake
350-
nmake install
351-
cd ..\tools
352-
nmake
353-
nmake install
354-
cd test
355-
call testall.bat
356-
- name: Build for release mode
357-
shell: cmd
358-
run: |
359-
call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
360-
set CL=/MP
361-
call configure.bat
362-
cd src
363-
nmake
364-
nmake install
365-
cd ..\tools
366-
nmake
367-
nmake install
368-
call tools\releasetest\releasetest.bat
369-
- name: Install VisualStudio tools
370-
run: |
371-
choco install visualstudio2019community --package-parameters "--includeRecommended"
372-
# choco install visualstudio2019buildtools
373-
# choco install visualstudio2019-workload-nativedesktop
374-
choco install visualstudio2019-workload-vctools
375-
# choco install jom
376301
- name: Build for debug mode
377302
shell: cmd
378303
run: |
@@ -411,7 +336,7 @@ jobs:
411336
- name: Install Qt
412337
uses: jurplel/install-qt-action@v4
413338
with:
414-
version: '6.2.7'
339+
version: '6.2.2'
415340
host: 'windows'
416341
target: 'desktop'
417342
- name: Install VisualStudio tools
@@ -451,40 +376,3 @@ jobs:
451376
nmake
452377
nmake install
453378
call tools\releasetest\releasetest.bat
454-
- name: Install VisualStudio tools
455-
run: |
456-
choco install visualstudio2019community --package-parameters "--includeRecommended"
457-
# choco install visualstudio2019buildtools
458-
# choco install visualstudio2019-workload-nativedesktop
459-
choco install visualstudio2019-workload-vctools
460-
# choco install jom
461-
- name: Build for debug mode
462-
shell: cmd
463-
run: |
464-
call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
465-
where cl
466-
where nmake
467-
set CL=/MP
468-
qmake -version
469-
call configure.bat --enable-debug
470-
cd src
471-
nmake
472-
nmake install
473-
cd ..\tools
474-
nmake
475-
nmake install
476-
cd test
477-
call testall.bat
478-
- name: Build for release mode
479-
shell: cmd
480-
run: |
481-
call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
482-
set CL=/MP
483-
call configure.bat
484-
cd src
485-
nmake
486-
nmake install
487-
cd ..\tools
488-
nmake
489-
nmake install
490-
call tools\releasetest\releasetest.bat

0 commit comments

Comments
 (0)