Added Locus/OsmAnd/RMaps SQLite maps info
[GPXSee.git] / .travis.yml
blobf9d75046f1504f93100bd30e0035a6f733c64571
1 language: c++
3 os:
4   - linux
5   - osx
7 dist: focal
9 before_install:
10   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
11   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
13 install:
14   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
15   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qttools5-dev-tools; fi
17 script:
18   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
19   - lrelease gpxsee.pro
20   - qmake gpxsee.pro
21   - make