Explorar el Código

CI: Check out OSX branch of obs-browser

Colin Edwards hace 7 años
padre
commit
92574a778d
Se han modificado 1 ficheros con 4 adiciones y 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 \