1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/.travis.yml

19 lines
439 B
YAML
Raw Normal View History

2017-08-15 15:42:47 +02:00
language: c++
2017-12-03 11:20:30 +01:00
os:
2017-12-03 11:52:41 +01:00
- linux
- osx
2017-12-03 11:20:30 +01:00
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
2017-08-15 15:42:47 +02:00
install:
2017-12-03 11:20:30 +01:00
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libqt4-dev; fi
2017-08-15 15:42:47 +02:00
script:
2017-12-03 12:05:21 +01:00
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
2017-08-15 15:42:47 +02:00
- lrelease gpxsee.pro
- qmake gpxsee.pro
- make