From 5c92e24a29ca403cc66515044a25d341a724f093 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 3 Jan 2021 20:10:07 -0700 Subject: [PATCH] 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. --- ci/drone/linux_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone/linux_script b/ci/drone/linux_script index 422949e60752..dbe13f6f19a3 100755 --- a/ci/drone/linux_script +++ b/ci/drone/linux_script @@ -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/"