blob: 3acc11d52139159e70f503a418fedbeaf78c8844 [file] [log] [blame]
Tomas Cejka43380f12015-06-25 22:43:20 +02001language: c
2compiler:
3 - gcc
4 - clang
5os:
6 - linux
7before_install: ./install-dependencies.sh
8
9script: ./bootstrap.sh && ./configure && make
10