First attempt at Travis Continuous integration builds
This commit is contained in:
parent
52c754a22d
commit
9227604424
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./autogen.sh && ./configure && make
|
||||
Loading…
Add table
Add a link
Reference in a new issue