Properly align the NOD file structure
[GPXSee.git] / .travis.yml
blob8e01e995380c400e94a17f8d7f23ca2466a9243d
1 language: c++
3 os:
4   - linux
5   - osx
7 before_install:
8   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
9   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
11 install:
12   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
13   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libqt4-dev libqt4-opengl-dev; fi
15 script:
16   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
17   - lrelease gpxsee.pro
18   - qmake gpxsee.pro
19   - make