Update .travis.yml

This commit is contained in:
Jonas Kvinge 2018-07-05 18:33:50 +02:00 committed by GitHub
parent b43331bc3c
commit 998357c0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: C++
sudo: false
os:
- linux
# - linux
- osx
dist: trusty
compiler:
@ -22,6 +22,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gstreamer gst-plugins-base ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gst-plugins-good --with-flac ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gst-plugins-bad gst-plugins-ugly ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; export Qt5_DIR=/usr/local/opt/qt5/lib/cmake ; fi
before_script:
- mkdir build
- cd build