mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: Fix dependency versions
This commit is contained in:
parent
e17df69b80
commit
647625628d
@ -13,7 +13,7 @@ brew install qt5
|
|||||||
cd ..
|
cd ..
|
||||||
git clone --recursive https://github.com/jp9000/obs-studio
|
git clone --recursive https://github.com/jp9000/obs-studio
|
||||||
cd obs-studio
|
cd obs-studio
|
||||||
git checkout 18.0.1
|
git checkout 19.0.2
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \
|
-DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \
|
||||||
|
@ -48,7 +48,7 @@ apt-get install -y libqt5websockets5-dev
|
|||||||
cd /root
|
cd /root
|
||||||
git clone https://github.com/jp9000/obs-studio ./obs-studio
|
git clone https://github.com/jp9000/obs-studio ./obs-studio
|
||||||
cd obs-studio
|
cd obs-studio
|
||||||
git checkout 18.0.1
|
git checkout 19.0.2
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make -j4
|
make -j4
|
||||||
|
@ -15,7 +15,7 @@ install:
|
|||||||
- set build_config=Release
|
- set build_config=Release
|
||||||
- git clone --recursive https://github.com/jp9000/obs-studio
|
- git clone --recursive https://github.com/jp9000/obs-studio
|
||||||
- cd C:\projects\obs-studio\
|
- cd C:\projects\obs-studio\
|
||||||
- git checkout 18.0.1
|
- git checkout 19.0.2
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- mkdir build32
|
- mkdir build32
|
||||||
- mkdir build64
|
- mkdir build64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user