Initial travis.

This commit is contained in:
Martin Rotter 2016-08-17 07:48:20 +02:00
parent e125f05f03
commit e0bbf08c5b

View file

@ -7,12 +7,13 @@ compiler:
- gcc - gcc
before_install: before_install:
- sudo add-apt-repository ppa:beineri/opt-qt57-trusty - sudo add-apt-repository ppa:beineri/opt-qt57-trusty -y
- sudo apt-get update - sudo apt-get update
- sudo apt-get install qt57tools qt57base qt57webengine - sudo apt-get -y install qt57tools qt57base qt57webengine
install: true install: true
script: script:
- source /opt/qt57/bin/qt57-env.sh
- qmake . - qmake .
- make - make