Add basic Travis CI support
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
3efb3e42c9
commit
fad4a5f4e0
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- asciidoc
|
||||||
|
- autopoint
|
||||||
|
- xmlto
|
||||||
|
|
||||||
|
script: ./autogen.sh && ./configure && make && make check
|
Loading…
x
Reference in New Issue
Block a user