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

7 lines
97 B
Bash
Executable File

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