Add experimental support for linux and macos releases

This commit is contained in:
zhupengfei
2020-06-19 22:55:25 +08:00
parent 5bfe180348
commit ac8a5f447e
10 changed files with 160 additions and 13 deletions
-2
View File
@@ -5,5 +5,3 @@ cd /threeSD
mkdir build && cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++
ninja
ctest -VV -C Release