authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-08-17 14:53:20+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-08-17 23:13:58+02:00
logb6ce0cce69e4bf37509f99040abda4ca92bec6cb
tree2dfdc543bed2360ec47583679f2911b67ede7054
parent515ee5b2fa0161e3df4cfe47c71847f8b3476bf2

windows-ci: pass -Domit-stage2 to test-toolchain


1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/pipelines.yml+1-1
......@@ -103,7 +103,7 @@ jobs:
103103 #& "$ZIGINSTALLDIR\bin\zig.exe" test "..\test\behavior.zig" -fno-stage1 -fLLVM -I "..\test" 2>&1
104104 #CheckLastExitCode
105105
106 & "$ZIGINSTALLDIR\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests 2>&1
106 & "$ZIGINSTALLDIR\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests -Domit-stage2 2>&1
107107 CheckLastExitCode
108108 & "$ZIGINSTALLDIR\bin\zig.exe" build test-std -Dskip-non-native 2>&1
109109 CheckLastExitCode