diff options
| author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-08-13 15:34:00 +0900 |
|---|---|---|
| committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-08-13 17:05:27 +0900 |
| commit | 5630baeb4d32dbfc4461cf5a3475b701cdfb1d18 (patch) | |
| tree | e2a4ff92e62edaeffe7cd393d5ee6782e6ea48a9 /scripts | |
| parent | 239c0012901752dc3abbd7f78d0ece3d731cc19c (diff) | |
| download | portable-5630baeb4d32dbfc4461cf5a3475b701cdfb1d18.tar.gz portable-5630baeb4d32dbfc4461cf5a3475b701cdfb1d18.tar.bz2 portable-5630baeb4d32dbfc4461cf5a3475b701cdfb1d18.zip | |
ci: run CTest in parallel
Run CTest with parallel jobs in the Windows, Emscripten, Fedora,
and shared test-script paths to reduce test time.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test b/scripts/test index 0e84b22..6b51b1e 100755 --- a/scripts/test +++ b/scripts/test | |||
| @@ -11,6 +11,7 @@ if [ "$ARCH" = "mingw32" -o "$ARCH" = "mingw64" -o "$ARCH" = "arm32" ]; then | |||
| 11 | fi | 11 | fi |
| 12 | 12 | ||
| 13 | ENABLE_ASM="${ENABLE_ASM:=ON}" | 13 | ENABLE_ASM="${ENABLE_ASM:=ON}" |
| 14 | export CTEST_PARALLEL_LEVEL="${CTEST_PARALLEL_LEVEL-}" | ||
| 14 | 15 | ||
| 15 | # setup_cross_compiler sets up environment variables for cross-compilation with the given prefix. | 16 | # setup_cross_compiler sets up environment variables for cross-compilation with the given prefix. |
| 16 | setup_cross_compiler() { | 17 | setup_cross_compiler() { |
