Codebase list arping / 33c2584c-6036-46f2-9c87-becf638d14ba/upstream .travis.yml
33c2584c-6036-46f2-9c87-becf638d14ba/upstream

Tree @33c2584c-6036-46f2-9c87-becf638d14ba/upstream (Download .tar.gz)

.travis.yml @33c2584c-6036-46f2-9c87-becf638d14ba/upstreamraw · history · blame

1
2
3
4
5
6
7
8
language: c
compiler:
  - clang
  - gcc
script: ./bootstrap.sh && ./configure && make && make check
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libpcap-dev libnet1-dev check libsubunit-dev