CI: Build CEF on Linux

This commit is contained in:
Clayton Groeneveld 2019-03-23 12:30:02 -05:00
parent 61aeaa5ca3
commit 0b33df9b2f
2 changed files with 5 additions and 1 deletions

View File

@ -8,4 +8,4 @@ fi
set -ex
ccache -s || echo "CCache is not available."
mkdir build && cd build
cmake -DBUILD_CAPTIONS=ON ..
cmake -DBUILD_CAPTIONS=ON -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../cef_binary_${CEF_BUILD_VERSION}_linux64" ..

View File

@ -54,3 +54,7 @@ sudo apt-get install -y \
libqt5svg5-dev \
swig \
clang-format-8
# build cef
wget --quiet --retry-connrefused --waitretry=1 https://cdn-fastly.obsproject.com/downloads/cef_binary_${CEF_BUILD_VERSION}_linux64.tar.bz2
tar -xjf ./cef_binary_${CEF_BUILD_VERSION}_linux64.tar.bz2