Browse Source

CI: Check out OSX branch of obs-browser

Colin Edwards 7 years ago
parent
commit
92574a778d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CI/before-script-osx.sh

+ 4 - 0
CI/before-script-osx.sh

@@ -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 \