add travis configuration for CI

This commit is contained in:
Matt Broadstone 2014-06-03 17:33:38 -04:00
parent 80ba14136b
commit 0cd96eef2f
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: cpp
env:
- QT_SELECT=qt4
- QT_SELECT=qt5
script:
- mkdir build
- cd build
- qmake ..
- make
- export LD_LIBRARY_PATH=$PWD/src
- make check