Add travis-ci support

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2014-08-24 15:02:21 +02:00
parent 6eae8530c5
commit 71a7a9667d

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get install libconfuse-dev
- sudo apt-get install libnl-3-dev libnl-route-3-dev
- sudo apt-get install libncurses-dev
# Change this to your needs
script: ./autogen.sh && ./configure && make