sngrep/.travis.yml

19 lines
306 B
YAML
Raw Normal View History

2014-12-04 14:19:53 -05:00
language: c
compiler:
- clang
- gcc
notifications:
recipients:
- kaian@irontec.com
before_script:
- sudo apt-get update
install:
2016-01-13 12:29:15 -05:00
- sudo apt-get install -y libncurses5-dev libpcap0.8-dev libssl-dev
2014-12-04 14:19:53 -05:00
script:
- ./bootstrap.sh
2014-12-04 14:19:53 -05:00
- ./configure
- make
branches:
only:
- master