mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
windows-ci: pass -Domit-stage2 to test-toolchain
This commit is contained in:
parent
515ee5b2fa
commit
b6ce0cce69
@ -103,7 +103,7 @@ jobs:
|
||||
#& "$ZIGINSTALLDIR\bin\zig.exe" test "..\test\behavior.zig" -fno-stage1 -fLLVM -I "..\test" 2>&1
|
||||
#CheckLastExitCode
|
||||
|
||||
& "$ZIGINSTALLDIR\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests 2>&1
|
||||
& "$ZIGINSTALLDIR\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests -Domit-stage2 2>&1
|
||||
CheckLastExitCode
|
||||
& "$ZIGINSTALLDIR\bin\zig.exe" build test-std -Dskip-non-native 2>&1
|
||||
CheckLastExitCode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user