Explorar o código

CI: Check out OSX branch of obs-browser

Colin Edwards %!s(int64=7) %!d(string=hai) anos
pai
achega
92574a778d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 \