From 6a6d316e09f4659e4a28560c5f7495300e8f6dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sun, 22 Oct 2017 00:01:44 +0200 Subject: [PATCH] ci(linux + win): bump to latest OBS version --- CI/install-dependencies-xenial.sh | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/install-dependencies-xenial.sh b/CI/install-dependencies-xenial.sh index 0336ea90..fda9ac07 100755 --- a/CI/install-dependencies-xenial.sh +++ b/CI/install-dependencies-xenial.sh @@ -48,7 +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 19.0.3 +git checkout 20.1.0 mkdir build && cd build cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr .. make -j4 diff --git a/appveyor.yml b/appveyor.yml index 54daac80..70a932ff 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 19.0.3 + - git checkout 20.1.0 - mkdir build - mkdir build32 - mkdir build64