| author | |
| committer | |
| log | bbd1e122d443dce8342a82a91f529fdec0007d46 |
| tree | d71b4e60453af8fd1cd3fe0ec9134483a25a8524 |
| parent | 59af275680ad12f7da4dcc5b41a2cab707ec2ffa |
1 files changed, 2 insertions(+), 1 deletions(-)
ci/srht/freebsd_script+2-1| ... | ... | @@ -31,7 +31,8 @@ cd build |
| 31 | 31 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON |
| 32 | 32 | make $JOBS install |
| 33 | 33 | |
| 34 | release/bin/zig build test | |
| 34 | # Here we skip compile error tests to save time. | |
| 35 | release/bin/zig build test -Dskip-compile-errors | |
| 35 | 36 | |
| 36 | 37 | if [ -f ~/.s3cfg ]; then |
| 37 | 38 | mv ../LICENSE release/ |