aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b3142db9ab749f15e1256d27a8fc7b698874cb2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: c

compiler:
  - clang
  - gcc

install: 
  - sudo apt-get update || true
  - sudo apt-get install build-essential
  - sudo apt-get install libpcap-dev libtool autoconf automake autogen

before_script:
  - ./autogen.sh

script:
  - ./configure
  - make

after_script:
  - cd tests
  - ./do.sh