| author | |
| committer | |
| log | 3366e4caf3ab3f85cfac9b57b84db4eb9ee0a078 |
| tree | daff95ec0e4eed553696e98d197727a412c8dfb2 |
| parent | 3f9588ca29c721f11eb9dae8f6de8ebd1155c7bf |
Surely this time all the problems have been fixed1 files changed, 1 insertions(+), 2 deletions(-)
ci/drone/linux_script+1-2| ... | ... | @@ -17,8 +17,7 @@ git config core.abbrev 9 |
| 17 | 17 | |
| 18 | 18 | mkdir build |
| 19 | 19 | cd build |
| 20 | # TODO put this back on Release | |
| 21 | cmake .. -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja | |
| 20 | cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja | |
| 22 | 21 | |
| 23 | 22 | samu install |
| 24 | 23 | ./zig build test -Dskip-release -Dskip-non-native |