Skip to content
Snippets Groups Projects
container-script.sh 272 B
Newer Older
#!/bin/sh

cd /opt/ftl
mkdir build
cd build
Nicolas Pope's avatar
Nicolas Pope committed
cmake .. -GNinja -DCMAKE_CXX_FLAGS="-fdiagnostics-color" -DWITH_OPTFLOW=TRUE -DUSE_CPPCHECK=FALSE -DBUILD_CALIBRATION=TRUE -DWITH_CERES=TRUE -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB &&
ninja &&
ctest --output-on-failure