authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-26 13:55:38-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-26 13:55:38-07:00
log3366e4caf3ab3f85cfac9b57b84db4eb9ee0a078
treedaff95ec0e4eed553696e98d197727a412c8dfb2
parent3f9588ca29c721f11eb9dae8f6de8ebd1155c7bf

ci: put Drone CI back to normal

Surely this time all the problems have been fixed

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

ci/drone/linux_script+1-2
......@@ -17,8 +17,7 @@ git config core.abbrev 9
1717
1818mkdir build
1919cd build
20# TODO put this back on Release
21cmake .. -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
20cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
2221
2322samu install
2423./zig build test -Dskip-release -Dskip-non-native