From 3366e4caf3ab3f85cfac9b57b84db4eb9ee0a078 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 26 Dec 2020 13:55:38 -0700 Subject: [PATCH] ci: put Drone CI back to normal Surely this time all the problems have been fixed --- ci/drone/linux_script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/drone/linux_script b/ci/drone/linux_script index 45557fd996..fdc1704fb7 100755 --- a/ci/drone/linux_script +++ b/ci/drone/linux_script @@ -17,8 +17,7 @@ git config core.abbrev 9 mkdir build cd build -# TODO put this back on Release -cmake .. -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja +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