mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Testing builds with travis-ci.org
This commit is contained in:
parent
fd0b7eda59
commit
5bd568a2f4
8
.travis.yml
Normal file
8
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user