| author | |
| committer | |
| log | 4888f9d7e1296565cb1c16e1750773e00a1e52b4 |
| tree | 3746a19ff0908f061f03f54e0d740bbf5330a0dd |
| parent | c7a9c283107ca7e3ef2490e770a7b65faa9d681a |
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-msvc | 79 | -target x86_64-windows-msvc |
| 79 | CheckLastExitCode | 80 | CheckLastExitCode |
| 80 | 81 | ||
| ... | @@ -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-end | 89 | --pkg-begin build_options config.zig --pkg-end ` |
| 89 | -target x86_64-windows-msvc | 90 | -target x86_64-windows-msvc |
| 90 | CheckLastExitCode | 91 | CheckLastExitCode |
| 91 | 92 |
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-msvc | 79 | -target x86_64-windows-msvc |
| 79 | CheckLastExitCode | 80 | CheckLastExitCode |
| 80 | 81 | ||
| ... | @@ -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-end | 89 | --pkg-begin build_options config.zig --pkg-end ` |
| 89 | -target x86_64-windows-msvc | 90 | -target x86_64-windows-msvc |
| 90 | CheckLastExitCode | 91 | CheckLastExitCode |
| 91 | 92 |