Add Travis CI configuration
Travis CI is a hosted, continuous integration service. Let's see how it works out for us.
This commit is contained in:
parent
ba67bd1f9e
commit
0043ab1889
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Travis CI configuration
|
||||||
|
language: c
|
||||||
|
# Test with both gcc and clang:
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
# How to build:
|
||||||
|
script: ./bootstrap && ./configure && make check
|
Loading…
Add table
Add a link
Reference in a new issue