diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-10-25 17:29:10 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-10-25 17:29:10 -0700 |
| commit | bbd1e122d443dce8342a82a91f529fdec0007d46 (patch) | |
| tree | d71b4e60453af8fd1cd3fe0ec9134483a25a8524 /ci | |
| parent | 59af275680ad12f7da4dcc5b41a2cab707ec2ffa (diff) | |
| download | zig-bbd1e122d443dce8342a82a91f529fdec0007d46.tar.gz zig-bbd1e122d443dce8342a82a91f529fdec0007d46.zip | |
ci: skip compile error tests on freebsd to save time
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/srht/freebsd_script | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index e808309112..7d66f82548 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -31,7 +31,8 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON make $JOBS install -release/bin/zig build test +# Here we skip compile error tests to save time. +release/bin/zig build test -Dskip-compile-errors if [ -f ~/.s3cfg ]; then mv ../LICENSE release/ |
