drone ci: skip compile error tests to save time
These are covered by other CI scripts and we're up against Drone CI time limits.
This commit is contained in:
@@ -22,7 +22,7 @@ cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
|
||||
|
||||
samu install
|
||||
./zig build test -Dskip-release -Dskip-non-native
|
||||
./zig build test -Dskip-release -Dskip-non-native -Dskip-compile-errors
|
||||
|
||||
if [ -z "$DRONE_PULL_REQUEST" ]; then
|
||||
mv ../LICENSE "$DISTDIR/"
|
||||
|
||||
Reference in New Issue
Block a user