mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
CI: skip non native ReleaseFast and ReleaseSafe tests on drone
Because we're hitting the 2 hour time limit.
This commit is contained in:
parent
cbb806da6e
commit
69323fc143
@ -17,11 +17,11 @@ case "$1" in
|
||||
;;
|
||||
3)
|
||||
# ReleaseSafe
|
||||
./build/zig build $BUILD_FLAGS test-std -Dskip-debug -Dskip-release-fast -Dskip-release-small
|
||||
./build/zig build $BUILD_FLAGS test-std -Dskip-debug -Dskip-release-fast -Dskip-release-small -Dskip-non-native
|
||||
;;
|
||||
4)
|
||||
# Releasefast
|
||||
./build/zig build $BUILD_FLAGS test-std -Dskip-debug -Dskip-release-safe -Dskip-release-small
|
||||
# ReleaseFast
|
||||
./build/zig build $BUILD_FLAGS test-std -Dskip-debug -Dskip-release-safe -Dskip-release-small -Dskip-non-native
|
||||
;;
|
||||
5)
|
||||
# ReleaseSmall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user