| author | |
| committer | |
| log | 81f5e1e66756096b101f9e30e7f41a24eeaa79c5 |
| tree | ccb2f7636e6ac1b1e06847196d5b5c22103cf180 |
| parent | fd3da3348cfb9f479dab2fa6a846b61b2187f97b |
1 files changed, 2 insertions(+), 2 deletions(-)
ci/srht/freebsd_script+2-2| ... | ... | @@ -31,8 +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 | # Here we skip compile error tests to save time. | |
| 35 | release/bin/zig build test -Dskip-compile-errors | |
| 34 | # Here we skip some tests to save time. | |
| 35 | release/bin/zig build test -Dskip-compile-errors -Dskip-non-native | |
| 36 | 36 | |
| 37 | 37 | if [ -f ~/.s3cfg ]; then |
| 38 | 38 | mv ../LICENSE release/ |