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..."
7575 -I..\lib `
7676 -ofmt=c `
7777 -femit-bin="test-x86_64-windows-msvc.c" `
78 --test-no-exec `
7879 -target x86_64-windows-msvc
7980CheckLastExitCode
8081
......@@ -85,7 +86,7 @@ CheckLastExitCode
8586 -OReleaseSmall `
8687 --name compiler_rt `
8788 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `
88 --pkg-begin build_options config.zig --pkg-end
89 --pkg-begin build_options config.zig --pkg-end `
8990 -target x86_64-windows-msvc
9091CheckLastExitCode
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..."
7575 -I..\lib `
7676 -ofmt=c `
7777 -femit-bin="test-x86_64-windows-msvc.c" `
78 --test-no-exec `
7879 -target x86_64-windows-msvc
7980CheckLastExitCode
8081
......@@ -85,7 +86,7 @@ CheckLastExitCode
8586 -OReleaseSmall `
8687 --name compiler_rt `
8788 -femit-bin="compiler_rt-x86_64-windows-msvc.c" `
88 --pkg-begin build_options config.zig --pkg-end
89 --pkg-begin build_options config.zig --pkg-end `
8990 -target x86_64-windows-msvc
9091CheckLastExitCode
9192