authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-01 16:45:52-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-01 19:49:08-07:00
log7cec11a66bfd9d38bd355ba55aca4fa0e61ba4b5
tree5cabd289d0e88fce6e70277f4ee74853424070c4
parent7fb9f58f85f1dc9c18c49bc1114d9d978fdbed33

CI: update windows scripts to new CLI module syntax


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

ci/x86_64-windows-debug.ps1+4-4
...@@ -76,15 +76,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."...@@ -76,15 +76,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
76CheckLastExitCode76CheckLastExitCode
7777
78& "stage3-debug\bin\zig.exe" build-obj `78& "stage3-debug\bin\zig.exe" build-obj `
79 ..\lib\compiler_rt.zig `
80 --zig-lib-dir "$ZIG_LIB_DIR" `79 --zig-lib-dir "$ZIG_LIB_DIR" `
81 -ofmt=c `80 -ofmt=c `
82 -OReleaseSmall `81 -OReleaseSmall `
83 --name compiler_rt `82 --name compiler_rt `
84 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `83 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `
85 --mod build_options::config.zig `84 --dep build_options `
86 --deps build_options `85 -target x86_64-windows-msvc `
87 -target x86_64-windows-msvc86 --mod root ..\lib\compiler_rt.zig `
87 --mod build_options config.zig
88CheckLastExitCode88CheckLastExitCode
8989
90Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"90Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
ci/x86_64-windows-release.ps1+4-4
...@@ -75,15 +75,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."...@@ -75,15 +75,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
75CheckLastExitCode75CheckLastExitCode
7676
77& "stage3-release\bin\zig.exe" build-obj `77& "stage3-release\bin\zig.exe" build-obj `
78 ..\lib\compiler_rt.zig `
79 --zig-lib-dir "$ZIG_LIB_DIR" `78 --zig-lib-dir "$ZIG_LIB_DIR" `
80 -ofmt=c `79 -ofmt=c `
81 -OReleaseSmall `80 -OReleaseSmall `
82 --name compiler_rt `81 --name compiler_rt `
83 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `82 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `
84 --mod build_options::config.zig `83 --dep build_options `
85 --deps build_options `84 -target x86_64-windows-msvc `
86 -target x86_64-windows-msvc85 --mod root ..\lib\compiler_rt.zig `
86 --mod build_options config.zig
87CheckLastExitCode87CheckLastExitCode
8888
89Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"89Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"