try to build osx version

This commit is contained in:
asquelt 2017-04-06 11:34:10 +02:00
parent adedf8d34f
commit 33f83b8486
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ matrix:
before_install: "./CI/install-dependencies-osx.sh"
before_script: "./CI/before-script-osx.sh"
script: cd ./build && make -j4 -v && cd -
script: cd ./build && make -j4 V=1 && cd -

View File

@ -10,4 +10,4 @@ cmake .. \
-DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \
-DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \
-DCMAKE_INSTALL_PREFIX=/usr \
&& make -j4 -v
&& make -j4 V=1