File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ jobs:
346346 shell : cmd
347347 working-directory : src/test
348348 run : |
349+ call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
349350 call testall.bat
350351 - name : Release build
351352 shell : cmd
@@ -363,6 +364,7 @@ jobs:
363364 shell : cmd
364365 working-directory : tools\test
365366 run : |
367+ call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
366368 testall.bat
367369
368370 build-windows-qt68-msvc2022 :
Original file line number Diff line number Diff line change 77
88set BASEDIR = %~dp0
99
10- call " C:\Qt\6.9.0 \msvc2022_64\bin\qtenv2.bat"
10+ call " C:\Qt\6.11.1 \msvc2022_64\bin\qtenv2.bat"
1111rem call "C:\Qt\6.5.3\msvc2019_64\bin\qtenv2.bat"
1212
1313set ARCH = amd64
1414set VSWHERE = " %ProgramFiles(x86)% \Microsoft Visual Studio\Installer\vswhere.exe"
1515set VCVARSBAT = " "
16- set VSVER = 2022 2019
16+ set VSVER = 18 2022 2019
1717set PATH = C:\Qt\Tools\CMake_64\bin;%PATH%
1818
1919if exist %VSWHERE% (
You can’t perform that action at this time.
0 commit comments