6 lines
94 B
YAML
6 lines
94 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: autoreconf -f -i && ./configure && make check
|