Re-enable macos builds (#114)

This commit is contained in:
Jonas Kvinge 2019-04-16 23:17:36 +02:00 committed by GitHub
parent b0bfb0fdd4
commit 63c171e3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: