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