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:
Andrew Kelley
2021-01-03 20:10:07 -07:00
parent f6644255f5
commit 5c92e24a29

View File

@@ -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/"