| author | |
| committer | |
| log | bd9a616586dba45e2e1788e4f0b9ce6953c36d1d |
| tree | 19e5f4eeb084af751b8dddb39b84e5b594695930 |
| parent | 14510f412dcc045909f1c49a01d661343e07acaf |
2 files changed, 3 insertions(+), 3 deletions(-)
ci/drone/linux_script+1-1| ... | ... | @@ -20,7 +20,7 @@ cd build |
| 20 | 20 | cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local |
| 21 | 21 | |
| 22 | 22 | make -j$(nproc) install |
| 23 | ./zig build test -Dskip-release -Dskip-non-native | |
| 23 | ./zig build test -Dskip-release -Dskip-non-native -Dskip-wasi | |
| 24 | 24 | |
| 25 | 25 | if [ -z "$DRONE_PULL_REQUEST" ]; then |
| 26 | 26 | mv ../LICENSE "$DISTDIR/" |
ci/srht/freebsd_script+2-2| ... | ... | @@ -27,13 +27,13 @@ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL |
| 27 | 27 | make $JOBS install |
| 28 | 28 | |
| 29 | 29 | release/bin/zig build test-fmt |
| 30 | release/bin/zig build test-behavior | |
| 30 | release/bin/zig build test-behavior -Dskip-wasi | |
| 31 | 31 | |
| 32 | 32 | # This test is disabled because it triggers "out of memory" on the sr.ht CI service. |
| 33 | 33 | # See https://github.com/ziglang/zig/issues/3210 |
| 34 | 34 | # release/bin/zig build test-std |
| 35 | 35 | |
| 36 | release/bin/zig build test-compiler-rt | |
| 36 | release/bin/zig build test-compiler-rt -Dskip-wasi | |
| 37 | 37 | release/bin/zig build test-compare-output |
| 38 | 38 | release/bin/zig build test-standalone |
| 39 | 39 | release/bin/zig build test-stack-traces |