Add travis-ci script

This commit is contained in:
mayeut 2015-09-07 22:40:11 +02:00
parent 29c644ec49
commit e4be47279d
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: c
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON ..
- make