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:
Родитель
031302469f
Коммит
ee70421f64
|
@ -0,0 +1,5 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: cmake .
|
Загрузка…
Ссылка в новой задаче