mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-23 15:02:27 +00:00
9 lines
183 B
YAML
9 lines
183 B
YAML
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
|