added travis.yml

Lets go for continuous integration!
This commit is contained in:
Paolo Cignoni 2017-03-27 19:35:26 +02:00
parent de255e10ea
commit a60f482852
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
# Enable C++ support
language: cpp
# Compiler selection
compiler:
- clang
- gcc
# Build steps
script:
- cd apps/tridecimator
- mkdir build
- cd build
- cmake ..
- make