authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-11-01 11:42:47-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-11-01 11:42:47-07:00
log7c5d01b95e3cb47187726c52dae4abb2e5b4faaf
tree83f88c09e969be3f6c0e607fb3f8478181d4dbfe
parent7ee7c902745c3d913d010a5a11973ab227f4f29b

CI: disable MSVC C backend checks

Tracking issue: #17817

2 files changed, 12 insertions(+), 10 deletions(-)

ci/x86_64-windows-debug.ps1+6-5
...@@ -97,8 +97,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E...@@ -97,8 +97,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E
97CheckLastExitCode97CheckLastExitCode
9898
99Write-Output "Build and run behavior tests with msvc..."99Write-Output "Build and run behavior tests with msvc..."
100& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib100Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817"
101CheckLastExitCode101#& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib
102102#CheckLastExitCode
103& .\test-x86_64-windows-msvc.exe103#
104CheckLastExitCode104#& .\test-x86_64-windows-msvc.exe
105#CheckLastExitCode
ci/x86_64-windows-release.ps1+6-5
...@@ -96,8 +96,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E...@@ -96,8 +96,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E
96CheckLastExitCode96CheckLastExitCode
9797
98Write-Output "Build and run behavior tests with msvc..."98Write-Output "Build and run behavior tests with msvc..."
99& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib99Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817"
100CheckLastExitCode100#& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib
101101#CheckLastExitCode
102& .\test-x86_64-windows-msvc.exe102#
103CheckLastExitCode103#& .\test-x86_64-windows-msvc.exe
104#CheckLastExitCode