language: c
compiler:
- clang
- gcc
script:
- ./autogen.sh
- ./configure CFLAGS='-Werror'
- make
- make check