bmon/.travis.yml
Thomas Graf 71a7a9667d Add travis-ci support
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 15:14:22 +02:00

11 lines
263 B
YAML

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