Add travis-ci support
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
6eae8530c5
commit
71a7a9667d
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user