authorgravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-23 10:28:03-05:00
committergravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-23 18:43:56-05:00
log4888f9d7e1296565cb1c16e1750773e00a1e52b4
tree3746a19ff0908f061f03f54e0d740bbf5330a0dd
parentc7a9c283107ca7e3ef2490e770a7b65faa9d681a

ci: don't run the -msvc cbe tests with the zig test runner


2 files changed, 4 insertions(+), 2 deletions(-)

ci/x86_64-windows-debug.ps1+2-1
...@@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."...@@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
75 -I..\lib `75 -I..\lib `
76 -ofmt=c `76 -ofmt=c `
77 -femit-bin="test-x86_64-windows-msvc.c" `77 -femit-bin="test-x86_64-windows-msvc.c" `
78 --test-no-exec `
78 -target x86_64-windows-msvc79 -target x86_64-windows-msvc
79CheckLastExitCode80CheckLastExitCode
8081
...@@ -85,7 +86,7 @@ CheckLastExitCode...@@ -85,7 +86,7 @@ CheckLastExitCode
85 -OReleaseSmall `86 -OReleaseSmall `
86 --name compiler_rt `87 --name compiler_rt `
87 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `88 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `
88 --pkg-begin build_options config.zig --pkg-end89 --pkg-begin build_options config.zig --pkg-end `
89 -target x86_64-windows-msvc90 -target x86_64-windows-msvc
90CheckLastExitCode91CheckLastExitCode
9192
ci/x86_64-windows-release.ps1+2-1
...@@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."...@@ -75,6 +75,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
75 -I..\lib `75 -I..\lib `
76 -ofmt=c `76 -ofmt=c `
77 -femit-bin="test-x86_64-windows-msvc.c" `77 -femit-bin="test-x86_64-windows-msvc.c" `
78 --test-no-exec `
78 -target x86_64-windows-msvc79 -target x86_64-windows-msvc
79CheckLastExitCode80CheckLastExitCode
8081
...@@ -85,7 +86,7 @@ CheckLastExitCode...@@ -85,7 +86,7 @@ CheckLastExitCode
85 -OReleaseSmall `86 -OReleaseSmall `
86 --name compiler_rt `87 --name compiler_rt `
87 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `88 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `
88 --pkg-begin build_options config.zig --pkg-end89 --pkg-begin build_options config.zig --pkg-end `
89 -target x86_64-windows-msvc90 -target x86_64-windows-msvc
90CheckLastExitCode91CheckLastExitCode
9192