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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
178 B
Bash
Raw Normal View History

2019-09-22 21:19:10 +00:00
#!/bin/bash
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
2020-12-22 17:32:50 +00:00
cmake -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../cef_binary_${CEF_BUILD_VERSION}_linux64" ..