travis ci config

This commit is contained in:
Dustin Bensing 2014-01-21 23:05:43 +01:00
parent dd6b347f34
commit d4b6995ce9
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
script:
- qmake -qt=qt5 -v
- qmake -qt=qt5
- make