mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Travis: Some preliminary work on OS X packaging
This commit is contained in:
parent
1239f094fd
commit
16b735c3a4
@ -12,4 +12,3 @@ cmake .. \
|
|||||||
-DOBS_FRONTEND_LIB="$(pwd)/../../obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib" \
|
-DOBS_FRONTEND_LIB="$(pwd)/../../obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
&& make -j4
|
&& make -j4
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
brew update
|
|
||||||
|
|
||||||
# OBS Studio deps
|
# OBS Studio deps
|
||||||
|
brew update
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
brew install libav
|
brew install libav
|
||||||
|
|
||||||
@ -20,3 +19,8 @@ cmake .. \
|
|||||||
&& make -j4
|
&& make -j4
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
# Packages app
|
||||||
|
cd ..
|
||||||
|
curl -L -O https://www.slepin.fr/obs-websocket/ci/Packages.pkg -f --retry 5 -C -
|
||||||
|
sudo installer -pkg ./Packages.pkg -target /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user