commit
3c1f17ca66
|
@ -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 \
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue