浏览代码

CI: Check out OSX branch of obs-browser

Colin Edwards 7 年之前
父节点
当前提交
92574a778d
共有 1 个文件被更改,包括 4 次插入0 次删除
  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 \