mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-15 10:08:08 +01:00
Re-enable macos builds (#114)
This commit is contained in:
parent
b0bfb0fdd4
commit
63c171e3b4
@ -2,7 +2,7 @@ sudo: required
|
||||
language: C++
|
||||
os:
|
||||
- linux
|
||||
#- osx
|
||||
- osx
|
||||
services:
|
||||
- docker
|
||||
compiler:
|
||||
@ -32,6 +32,8 @@ before_install:
|
||||
export Qt5_DIR=/usr/local/opt/qt5/lib/cmake;
|
||||
export Qt5LinguistTools_DIR=/usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt | head -n1)/lib/cmake/Qt5LinguistTools;
|
||||
export PATH="/usr/local/opt/gettext/bin:$PATH";
|
||||
locate libffi.pc;
|
||||
export PKG_CONFIG_PATH="/usr/local/Cellar/libffi/3.2.1/lib/pkgconfig/:$PKG_CONFIG_PATH";
|
||||
ls /usr/local/lib/gstreamer-1.0;
|
||||
fi
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user