nDPI/.travis.yml
Luca Deri 43bf9df219 Improved testing application
Removed warning from the quic dissector
Travis now runs regression tests
2015-05-22 09:03:01 +02:00

22 lines
No EOL
304 B
YAML

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