mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
Use the apt addon instead of manual packages install
This commit is contained in:
parent
c537f1ba6c
commit
c99adfd6d2
12
.travis.yml
12
.travis.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user