Testing builds with travis-ci.org

This commit is contained in:
Jeremy Lakeman 2014-10-18 14:07:31 +10:30
parent fd0b7eda59
commit 5bd568a2f4

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: c
compiler:
- gcc
- clang
os:
- linux
install: sudo apt-get install jq curl && jq --version && curl --version
script: autoconf && ./configure && make && tests/all -j5