travis support

This commit is contained in:
Daniel Sipka 2015-04-22 11:34:21 +02:00
parent a30ae992d6
commit bfa6d161bb

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: cpp
compiler: gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libboost-all-dev
before_script:
- mkdir build
- cd build
- cmake ..
script: make