yolobs-studio/CI/before-script-linux.sh
2017-06-29 21:01:10 +02:00

6 lines
97 B
Bash
Executable file

#!/bin/sh
set -ex
ccache -s || echo "CCache is not available."
mkdir build && cd build
cmake ..