Adds travis config file.

This commit is contained in:
mfreiholz 2016-02-21 16:24:13 +01:00
parent fa90c7f7e9
commit b115c3dc0d

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language:
- cpp
compiler:
- g++
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
- sudo apt-get install qt5-default qttools5-dev-tools
script:
- qmake -r build.pro
- nmake