| author | |
| committer | |
| log | 5c92e24a29ca403cc66515044a25d341a724f093 |
| tree | 159f366c58afeba87bd24924e735bd8ae708c611 |
| parent | f6644255f595fb0bbfb2fa4276804ef7031330b1 |
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 | 22 | cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja |
| 23 | 23 | |
| 24 | 24 | samu install |
| 25 | ./zig build test -Dskip-release -Dskip-non-native | |
| 25 | ./zig build test -Dskip-release -Dskip-non-native -Dskip-compile-errors | |
| 26 | 26 | |
| 27 | 27 | if [ -z "$DRONE_PULL_REQUEST" ]; then |
| 28 | 28 | mv ../LICENSE "$DISTDIR/" |