mirror of
https://github.com/ziglang/zig.git
synced 2025-12-18 04:03:14 +00:00
ci: don't run the -msvc cbe tests with the zig test runner
This commit is contained in:
parent
c7a9c28310
commit
4888f9d7e1
@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
|
|||||||
-I..\lib `
|
-I..\lib `
|
||||||
-ofmt=c `
|
-ofmt=c `
|
||||||
-femit-bin="test-x86_64-windows-msvc.c" `
|
-femit-bin="test-x86_64-windows-msvc.c" `
|
||||||
|
--test-no-exec `
|
||||||
-target x86_64-windows-msvc
|
-target x86_64-windows-msvc
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
@ -85,7 +86,7 @@ CheckLastExitCode
|
|||||||
-OReleaseSmall `
|
-OReleaseSmall `
|
||||||
--name compiler_rt `
|
--name compiler_rt `
|
||||||
-femit-bin="compiler_rt-x86_64-windows-msvc.c" `
|
-femit-bin="compiler_rt-x86_64-windows-msvc.c" `
|
||||||
--pkg-begin build_options config.zig --pkg-end
|
--pkg-begin build_options config.zig --pkg-end `
|
||||||
-target x86_64-windows-msvc
|
-target x86_64-windows-msvc
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
|
|||||||
-I..\lib `
|
-I..\lib `
|
||||||
-ofmt=c `
|
-ofmt=c `
|
||||||
-femit-bin="test-x86_64-windows-msvc.c" `
|
-femit-bin="test-x86_64-windows-msvc.c" `
|
||||||
|
--test-no-exec `
|
||||||
-target x86_64-windows-msvc
|
-target x86_64-windows-msvc
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
@ -85,7 +86,7 @@ CheckLastExitCode
|
|||||||
-OReleaseSmall `
|
-OReleaseSmall `
|
||||||
--name compiler_rt `
|
--name compiler_rt `
|
||||||
-femit-bin="compiler_rt-x86_64-windows-msvc.c" `
|
-femit-bin="compiler_rt-x86_64-windows-msvc.c" `
|
||||||
--pkg-begin build_options config.zig --pkg-end
|
--pkg-begin build_options config.zig --pkg-end `
|
||||||
-target x86_64-windows-msvc
|
-target x86_64-windows-msvc
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user