mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
ci: skip compile error tests on freebsd to save time
This commit is contained in:
parent
59af275680
commit
bbd1e122d4
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user