forked from Mirrors/sngrep
23 lines
355 B
YAML
23 lines
355 B
YAML
language: c
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
notifications:
|
|
recipients:
|
|
- kaian@irontec.com
|
|
install:
|
|
- sudo apt-get -qq update || true
|
|
- sudo apt-get install -y libncurses5-dev libpcap-dev libssl-dev
|
|
script:
|
|
- ./bootstrap.sh
|
|
- ./configure
|
|
- make
|
|
branches:
|
|
only:
|
|
- master
|
|
- travis
|
|
- ppc64le
|