mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
parent
7ee7c90274
commit
7c5d01b95e
@ -97,8 +97,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E
|
|||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
Write-Output "Build and run behavior tests with msvc..."
|
Write-Output "Build and run behavior tests with msvc..."
|
||||||
& 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
|
Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817"
|
||||||
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
|
#& .\test-x86_64-windows-msvc.exe
|
||||||
|
#CheckLastExitCode
|
||||||
|
|||||||
@ -96,8 +96,9 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E
|
|||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
Write-Output "Build and run behavior tests with msvc..."
|
Write-Output "Build and run behavior tests with msvc..."
|
||||||
& 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
|
Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817"
|
||||||
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
|
#& .\test-x86_64-windows-msvc.exe
|
||||||
|
#CheckLastExitCode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user