blob: b97655f73eba18c1145fc80adbbcdc9f953fa6bb [file] [log] [blame]
Dirk Vogta7d7f962016-12-01 10:50:48 +01001language: 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