CI: Fix dependency versions

This commit is contained in:
Palakis 2017-06-06 10:35:36 +02:00
parent e17df69b80
commit 647625628d
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ brew install qt5
cd ..
git clone --recursive https://github.com/jp9000/obs-studio
cd obs-studio
git checkout 18.0.1
git checkout 19.0.2
mkdir build && cd build
cmake .. \
-DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \

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 18.0.1
git checkout 19.0.2
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 18.0.1
- git checkout 19.0.2
- mkdir build
- mkdir build32
- mkdir build64