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
|
|
|
|
2020-12-22 22:09:09 +01:00
|
|
|
dist: focal
|
2021-08-31 18:10:26 +02:00
|
|
|
osx_image: xcode12.5
|
2020-12-22 22:09:09 +01:00
|
|
|
|
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
|
|
|
|
|
2021-07-30 08:44:18 +02:00
|
|
|
addons:
|
|
|
|
homebrew:
|
|
|
|
packages:
|
|
|
|
- qt
|
2021-07-30 08:56:49 +02:00
|
|
|
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
|