Files
threeSD/.travis/linux/docker.sh
T
zhupengfei 4568567d90 Fix docker script
Did I forget to save this lol
2020-04-22 22:34:26 +08:00

10 lines
207 B
Bash
Executable File

#!/bin/bash -ex
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