mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-23 04:51:08 +00:00
Activate Travis CI
This commit is contained in:
parent
f9c8ce7c65
commit
6fd1a01fd2
1 changed files with 4 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
language: c
|
||||||
|
before_script: ./autogen.sh
|
||||||
|
script: ./configure --enable-developer-warnings --enable-werror && make check
|
||||||
|
compiler: clang
|
Loading…
Reference in a new issue