summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e1755fd3ab73be02b2bcae06fafd3e6d5a7e5e03 (plain)
1
2
3
4
5
6
7
8
9
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