Merge pull request #7 from estan/enable-travis-ci

Add travis.yml.
This commit is contained in:
Roman
2015-04-11 17:00:14 +03:00

21
travis.yml Normal file
View File

@@ -0,0 +1,21 @@
language: cpp
compiler:
- gcc
- clang
env:
- QT4_BUILD=ON
- QT4_BUILD=OFF
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq libqtcore4 qt4-qmake libqt5core5 qt5-qmake qt5-default qtchooser libmsgpack-dev
script:
- mkdir build
- cd build
- cmake ..
- make
- make test