blob: b97655f73eba18c1145fc80adbbcdc9f953fa6bb [file] [log] [blame]
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -07001language: 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