1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Added missing QT path on OS X

This commit is contained in:
Martin Tůma 2017-12-03 12:05:21 +01:00
parent 34c5ba4669
commit d70f0cf9e0

View File

@ -13,6 +13,7 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libqt4-dev; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libqt4-dev; fi
script: script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
- lrelease gpxsee.pro - lrelease gpxsee.pro
- qmake gpxsee.pro - qmake gpxsee.pro
- make - make