Skip to content

Commit

Permalink
ci: fix running new compiler tests with vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jan 17, 2025
1 parent df10ba1 commit 476efb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ ags_windows_tests_task:
msbuild Compiler.Lib.sln /m /property:MultiProcessorCompilation=true /p:PlatformToolset=v142 /p:Configuration=Release /p:Platform=Win32 /maxcpucount /nologo
run_legacy_compiler_tests_script: Solutions\.test\Release\Compiler.Lib.Test.exe
build_new_compiler_test_runner_script: >
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 &&
"C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/VsDevCmd.bat" &&
cd Solutions &&
msbuild Compiler2.Lib.sln /p:PlatformToolset=v140 /p:Configuration=Release /p:Platform=Win32 /maxcpucount /nologo
msbuild Compiler2.Lib.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:Platform="Win32" /maxcpucount /nologo
run_new_compiler_tests_script: Solutions\.test\Release\Compiler2.Lib.Test.exe
build_ags_test_runner_x86_script: >
"C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/VsDevCmd.bat" &&
Expand Down

0 comments on commit 476efb9

Please sign in to comment.