obs-studio/CI/before-script-linux.sh
2020-11-02 22:46:55 -06:00

7 lines
178 B
Bash
Executable File

#!/bin/bash
set -ex
ccache -s || echo "CCache is not available."
mkdir build && cd build
cmake -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../cef_binary_${CEF_BUILD_VERSION}_linux64" ..