mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-28 08:09:40 +01:00
Update .travis.yml
This commit is contained in:
parent
b43331bc3c
commit
998357c0bb
@ -1,7 +1,7 @@
|
|||||||
language: C++
|
language: C++
|
||||||
sudo: false
|
sudo: false
|
||||||
os:
|
os:
|
||||||
- linux
|
# - linux
|
||||||
- osx
|
- osx
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler:
|
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 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-good --with-flac ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gst-plugins-bad gst-plugins-ugly ; 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:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user