CI: Unzip VLC quietly

This commit is contained in:
Colin Edwards 2017-02-01 18:11:49 -06:00 committed by GitHub
parent 8561f7c3c7
commit 9af749389e

View File

@ -13,7 +13,7 @@ curl -L -O https://s3-us-west-2.amazonaws.com/obs-nightly/osx-deps.tar.gz
tar -xf ./osx-deps.tar.gz -C /tmp
curl -L -o vlc-master.zip https://github.com/videolan/vlc/archive/master.zip
unzip ./vlc-master.zip
unzip -q ./vlc-master.zip
# CEF Stuff
curl -kLO http://opensource.spotify.com/cefbuilds/cef_binary_3.2883.1540.gedbfb20_macosx64.tar.bz2