CI: OSX - Move CEF version to .travis
This commit is contained in:
parent
e63edcd436
commit
5eda800d3f
@ -11,7 +11,9 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
env: CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake
|
||||
env:
|
||||
- CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake
|
||||
- CEF_BUILD_VERSION=3.2987.1588.g1952835
|
||||
before_install: "./CI/install-dependencies-osx.sh"
|
||||
before_script: "./CI/before-script-osx.sh"
|
||||
before_deploy: "./CI/before-deploy-osx.sh"
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Exit if something fails
|
||||
set -e
|
||||
|
||||
export CEF_BUILD_VERSION=3.2987.1588.g1952835
|
||||
|
||||
git fetch --tags
|
||||
|
||||
# Leave obs-studio folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user