1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-31 00:55:13 +01:00

Use the apt addon instead of manual packages install

This commit is contained in:
Martin Tůma 2021-07-30 08:56:49 +02:00
parent c537f1ba6c
commit c99adfd6d2

View File

@ -11,12 +11,12 @@ addons:
homebrew: homebrew:
packages: packages:
- qt - qt
apt:
before_install: packages:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi - qtbase5-dev
- qtbase5-private-dev
install: - libqt5opengl5-dev
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qttools5-dev-tools; fi - qttools5-dev-tools
script: script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi