Skip to content

Commit

Permalink
drone ci: skip compile error tests to save time
Browse files Browse the repository at this point in the history
These are covered by other CI scripts and we're up against Drone CI time
limits.
  • Loading branch information
andrewrk committed Jan 4, 2021
1 parent f664425 commit 5c92e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/drone/linux_script
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 5c92e24

Please sign in to comment.