1language: c
2
3before_script:
4  - ./buildconf
5
6script: ./configure --enable-debug && make && make test-full
7
8compiler:
9  - clang
10  - gcc
11
12notifications:
13  email: false
14