Update CI script

This commit is contained in:
simon987 2020-03-06 09:41:33 -05:00
parent 740a49a09f
commit 98e0a5fd64

View File

@ -2,6 +2,11 @@
./scripts/get_static_libs.sh
cmake .
rm -rf CMakeFiles CmakeCache.txt
cmake -DSIST_DEBUG=off .
make
strip sist2
rm -rf CMakeFiles CmakeCache.txt
cmake -DSIST_DEBUG=on .
make