Revert "CI: disable MSVC C backend checks"

This reverts commit 7c5d01b95e.
This commit is contained in:
kcbanner 2023-11-02 00:01:46 -04:00
parent 1b0b46a8a9
commit 58789cb054
2 changed files with 10 additions and 12 deletions

View File

@ -97,9 +97,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E
CheckLastExitCode
Write-Output "Build and run behavior tests with msvc..."
Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817"
#& 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
#CheckLastExitCode
#
#& .\test-x86_64-windows-msvc.exe
#CheckLastExitCode
& 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
CheckLastExitCode
& .\test-x86_64-windows-msvc.exe
CheckLastExitCode

View File

@ -96,9 +96,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E
CheckLastExitCode
Write-Output "Build and run behavior tests with msvc..."
Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817"
#& 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
#CheckLastExitCode
#
#& .\test-x86_64-windows-msvc.exe
#CheckLastExitCode
& 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
CheckLastExitCode
& .\test-x86_64-windows-msvc.exe
CheckLastExitCode