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

7 lines
97 B
Bash
Raw Normal View History

2017-02-25 00:49:16 -08:00
#!/bin/sh
set -ex
ccache -s || echo "CCache is not available."
2017-02-25 00:49:16 -08:00
mkdir build && cd build
cmake ..