mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
5 lines
109 B
YAML
5 lines
109 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: autoreconf -f -i && CFLAGS=-Werror ./configure && make check
|