Update .travis.yml

This commit is contained in:
probonopd
2016-09-06 02:48:19 +02:00
committed by GitHub
parent 71bfa9c8f4
commit fde7f58d6d
+14 -7
View File
@@ -1,10 +1,17 @@
# Is Qt 4 sufficient? language: c++
os:
- linux
install: sudo: required
- sudo apt-get update dist: trusty
- sudo apt-get install libqt4-dev qt4-qmake
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get -qq update
- sudo apt-get -qq install qt55base
- sudo apt-get install -y build-essential cmake
compiler: g++
script: script:
- qmake -project - source /opt/qt55/bin/qt55-env.sh
- qmake linuxdeployqt.pro - /opt/qt55/bin/qmake
- make linuxdeployqt.pro - make