Test travis CI
This commit is contained in:
parent
3d3d6729f6
commit
75bac739ee
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: c
|
||||||
|
git:
|
||||||
|
submodule: true
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
script: mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && cmake --build . --target coveralls
|
||||||
|
install: true
|
||||||
Loading…
x
Reference in New Issue
Block a user