Travis: Some preliminary work on OS X packaging

This commit is contained in:
Palakis 2017-04-15 13:28:18 +02:00
parent 1239f094fd
commit 16b735c3a4
2 changed files with 6 additions and 3 deletions

View File

@ -12,4 +12,3 @@ cmake .. \
-DOBS_FRONTEND_LIB="$(pwd)/../../obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib" \
-DCMAKE_INSTALL_PREFIX=/usr \
&& make -j4

View File

@ -1,9 +1,8 @@
#!/bin/sh
set -ex
brew update
# OBS Studio deps
brew update
brew install ffmpeg
brew install libav
@ -20,3 +19,8 @@ cmake .. \
&& make -j4
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 /