Merge pull request #1420 from obsproject/deps

CI: Update OSX Deps package
master
Jim 2018-08-17 14:59:57 -07:00 committed by GitHub
commit 3c1f17ca66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Make sure ccache is found # Make sure ccache is found
export PATH=/usr/local/opt/ccache/libexec:$PATH export PATH=/usr/local/opt/ccache/libexec:$PATH
git fetch --tags
mkdir build mkdir build
cd build cd build
cmake -DENABLE_SPARKLE_UPDATER=ON \ cmake -DENABLE_SPARKLE_UPDATER=ON \

View File

@ -31,8 +31,8 @@ ccache -s || echo "CCache is not available."
# Fetch and untar prebuilt OBS deps that are compatible with older versions of OSX # Fetch and untar prebuilt OBS deps that are compatible with older versions of OSX
hr "Downloading OBS deps" hr "Downloading OBS deps"
wget --quiet --retry-connrefused --waitretry=1 https://s3-us-west-2.amazonaws.com/obs-nightly/osx-deps.tar.gz wget --quiet --retry-connrefused --waitretry=1 http://obs-nightly.s3.amazonaws.com/osx-deps-2018-08-09.tar.gz
tar -xf ./osx-deps.tar.gz -C /tmp tar -xf ./osx-deps-2018-08-09.tar.gz -C /tmp
# Fetch vlc codebase # Fetch vlc codebase
hr "Downloading VLC repo" hr "Downloading VLC repo"