Files
threeSD/.travis/linux/docker.sh
T

8 lines
185 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