CI: Check out OSX branch of obs-browser

This commit is contained in:
Colin Edwards 2018-03-19 14:42:24 -05:00
parent a81de7fb61
commit 92574a778d

View File

@ -1,6 +1,10 @@
# Make sure ccache is found
export PATH=/usr/local/opt/ccache/libexec:$PATH
cd ./plugins/obs-browser
git checkout origin/osx
cd -
mkdir build
cd build
cmake -DENABLE_SPARKLE_UPDATER=ON \