From 92574a778df36e8e89cd6cee1613e3ca2642c129 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Mon, 19 Mar 2018 14:42:24 -0500 Subject: [PATCH] CI: Check out OSX branch of obs-browser --- CI/before-script-osx.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 6cff70dab..24d1ff521 100755 --- a/CI/before-script-osx.sh +++ b/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 \ -- GitLab