1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00
GPXSee/.travis.yml

26 lines
507 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
dist: focal
osx_image: xcode12
addons:
homebrew:
packages:
- qt
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:
2020-12-24 00:06:29 +01:00
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qttools5-dev-tools; 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