authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-01-03 20:10:07-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-01-03 20:10:07-07:00
log5c92e24a29ca403cc66515044a25d341a724f093
tree159f366c58afeba87bd24924e735bd8ae708c611
parentf6644255f595fb0bbfb2fa4276804ef7031330b1

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.

1 files changed, 1 insertions(+), 1 deletions(-)

ci/drone/linux_script+1-1
...@@ -22,7 +22,7 @@ cd build...@@ -22,7 +22,7 @@ cd build
22cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja22cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
2323
24samu install24samu install
25./zig build test -Dskip-release -Dskip-non-native25./zig build test -Dskip-release -Dskip-non-native -Dskip-compile-errors
2626
27if [ -z "$DRONE_PULL_REQUEST" ]; then27if [ -z "$DRONE_PULL_REQUEST" ]; then
28 mv ../LICENSE "$DISTDIR/"28 mv ../LICENSE "$DISTDIR/"