Added Travis CI configuration file

Travis CI is a free continuous integration service that allows open source projects to check the integrity of their source code by building it after every commit made to the repository.
This commit is contained in:
Mathäus Mendel 2012-12-15 23:59:57 -02:00
Родитель 031302469f
Коммит ee70421f64
1 изменённых файлов: 5 добавлений и 0 удалений

5
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,5 @@
language: cpp
compiler:
- gcc
- clang
script: cmake .