ci(linux + win): bump to latest OBS version

This commit is contained in:
Stéphane L 2017-10-22 00:01:44 +02:00
parent 22d2ee6bbd
commit 6a6d316e09
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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