Pārlūkot izejas kodu

CI: Check out OSX branch of obs-browser

Colin Edwards 7 gadi atpakaļ
vecāks
revīzija
92574a778d
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      CI/before-script-osx.sh

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

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