From 82d74fcb2f622d391b5cd82bfdf08b5b0bc1ef53 Mon Sep 17 00:00:00 2001 From: Palakis Date: Fri, 21 Apr 2017 21:20:17 +0200 Subject: [PATCH] CI: Build plugin with latest known stable release of OBS --- CI/install-dependencies-osx.sh | 1 + CI/install-dependencies-xenial.sh | 1 + appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index b33cf6e1..851bf1e7 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -13,6 +13,7 @@ brew install qt5 cd .. git clone --recursive https://github.com/jp9000/obs-studio cd obs-studio +git checkout 18.0.1 mkdir build && cd build cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ diff --git a/CI/install-dependencies-xenial.sh b/CI/install-dependencies-xenial.sh index 56ee7540..09cf7f63 100755 --- a/CI/install-dependencies-xenial.sh +++ b/CI/install-dependencies-xenial.sh @@ -48,6 +48,7 @@ apt-get install -y libqt5websockets5-dev cd /root git clone https://github.com/jp9000/obs-studio ./obs-studio cd obs-studio +git checkout 18.0.1 mkdir build && cd build cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr .. make -j4 diff --git a/appveyor.yml b/appveyor.yml index 028f7b5a..c3ffc02e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: - set build_config=Release - git clone --recursive https://github.com/jp9000/obs-studio - cd C:\projects\obs-studio\ - - git checkout 18.0.0 + - git checkout 18.0.1 - mkdir build - mkdir build32 - mkdir build64