asn1c/.travis.yml

6 lines
100 B
YAML

language: c
compiler:
- gcc
- clang
script: autoreconf -iv && ./configure && make && make check