diff options
| author | kcbanner <kcbanner@gmail.com> | 2023-11-02 00:01:46 -0400 |
|---|---|---|
| committer | kcbanner <kcbanner@gmail.com> | 2023-11-05 20:34:13 -0500 |
| commit | 58789cb054b16e87d0a9b69ed8484cd30664fdb0 (patch) | |
| tree | 08298a007bba75deedccf0ec79ca1e22af04338f | |
| parent | 1b0b46a8a9f5ed3ebaf35e3018fd5402957552ae (diff) | |
| download | zig-58789cb054b16e87d0a9b69ed8484cd30664fdb0.tar.gz zig-58789cb054b16e87d0a9b69ed8484cd30664fdb0.zip | |
Revert "CI: disable MSVC C backend checks"
This reverts commit 7c5d01b95e3cb47187726c52dae4abb2e5b4faaf.
| -rw-r--r-- | ci/x86_64-windows-debug.ps1 | 11 | ||||
| -rw-r--r-- | ci/x86_64-windows-release.ps1 | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index dec3a4be22..b859cda40b 100644 --- a/ci/x86_64-windows-debug.ps1 +++ b/ci/x86_64-windows-debug.ps1 @@ -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 diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 index c306756bd2..7ee4eb29d1 100644 --- a/ci/x86_64-windows-release.ps1 +++ b/ci/x86_64-windows-release.ps1 @@ -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 |
