| author | |
| committer | |
| log | edcb17daf8c24565ace4ca98a1c0a23a40bb5f0a |
| tree | 90a4f8477891be59d602b0cd368635c944bef29e |
| parent | 39652331c9060d24d4030317d6d99855763a21e1 |
This script is sometimes timing out, so let's test fewer things to save
time. The x86_64-windows-release script does include test coverage for
release builds of the standard library, behavior tests, etc.1 files changed, 1 insertions(+), 0 deletions(-)
ci/x86_64-windows-debug.ps1+1| ... | @@ -59,6 +59,7 @@ Write-Output "Main test suite..." | ... | @@ -59,6 +59,7 @@ Write-Output "Main test suite..." |
| 59 | --search-prefix "$PREFIX_PATH" ` | 59 | --search-prefix "$PREFIX_PATH" ` |
| 60 | -Dstatic-llvm ` | 60 | -Dstatic-llvm ` |
| 61 | -Dskip-non-native ` | 61 | -Dskip-non-native ` |
| 62 | -Dskip-release ` | ||
| 62 | -Denable-symlinks-windows | 63 | -Denable-symlinks-windows |
| 63 | CheckLastExitCode | 64 | CheckLastExitCode |
| 64 | 65 |