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

33 lines
513 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
2021-07-30 23:41:50 +02:00
cache:
directories:
- $HOME/Library/Caches/Homebrew
before_cache:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cleanup; fi
addons:
homebrew:
packages:
- qt
apt:
packages:
- qtbase5-dev
- qtbase5-private-dev
- libqt5opengl5-dev
- qttools5-dev-tools
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