| ... | @@ -31,7 +31,8 @@ cd build | ... | @@ -31,7 +31,8 @@ cd build |
| 31 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON | 31 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON |
| 32 | make $JOBS install | 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 | if [ -f ~/.s3cfg ]; then | 37 | if [ -f ~/.s3cfg ]; then |
| 37 | mv ../LICENSE release/ | 38 | mv ../LICENSE release/ |