Update .travis.yml

This commit is contained in:
probonopd
2016-09-06 14:12:39 +02:00
committed by GitHub
parent 15bd8a7ea8
commit 734673a22b
+5 -4
View File
@@ -13,15 +13,16 @@ os: linux
env: COMPILER=g++-6
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt511-trusty
- sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty
- sudo apt-get update -qq
install:
- sudo apt-get -y install qt51tools qt51base
# Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty
- sudo apt-get -y install qt57tools qt57base
script:
- source /opt/qt51/bin/qt51-env.sh
- /opt/qt51/bin/qmake linuxdeployqt.pro
- source /opt/qt57/bin/qt57-env.sh
- /opt/qt57/bin/qmake linuxdeployqt.pro
- make CXX='g++-6' -j7
- find .
- strip linuxdeployqt/linuxdeployqt