yolobs-studio/CI/before-script-linux.sh

7 lines
97 B
Bash
Raw Normal View History

2017-04-19 19:54:15 +00:00
#!/bin/sh
set -ex
2017-06-29 19:01:10 +00:00
ccache -s || echo "CCache is not available."
2017-04-19 19:54:15 +00:00
mkdir build && cd build
cmake ..