authorgravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-21 16:32:37-05:00
committergravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-23 13:48:37-05:00
log31228e4f84ed6331ce7621d62dedeb34873bdc06
tree1acdb52f82f9183119ad92a554d60bbef3dd1706
parent8dd010725544e6eae4c015f1cf86d9020cefe876

ci: fixup incorrect paths


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

ci/x86_64-windows-debug.ps1+2-2
...@@ -68,7 +68,7 @@ Write-Output "Testing Autodocs..."...@@ -68,7 +68,7 @@ Write-Output "Testing Autodocs..."
68CheckLastExitCode68CheckLastExitCode
6969
70Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."70Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
71& "stage3-release\bin\zig.exe" test `71& "stage3-debug\bin\zig.exe" test `
72 ..\test\behavior.zig `72 ..\test\behavior.zig `
73 --zig-lib-dir "$ZIG_LIB_DIR" `73 --zig-lib-dir "$ZIG_LIB_DIR" `
74 -I..\test `74 -I..\test `
...@@ -78,7 +78,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."...@@ -78,7 +78,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
78 -target x86_64-windows-msvc78 -target x86_64-windows-msvc
79CheckLastExitCode79CheckLastExitCode
8080
81& "stage3-release\bin\zig.exe" build-obj `81& "stage3-debug\bin\zig.exe" build-obj `
82 ..\lib\compiler_rt.zig `82 ..\lib\compiler_rt.zig `
83 --zig-lib-dir "$ZIG_LIB_DIR" `83 --zig-lib-dir "$ZIG_LIB_DIR" `
84 -ofmt=c `84 -ofmt=c `