sngrep/.travis.yml

19 lines
313 B
YAML
Raw Normal View History

2014-12-04 14:19:53 -05:00
language: c
compiler:
- clang
- gcc
notifications:
recipients:
- kaian@irontec.com
install:
2016-01-13 13:10:20 -05:00
- sudo apt-get -qq update || true
- sudo apt-get install -y libncurses5-dev libpcap-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
2016-01-13 13:10:20 -05:00
- travis