You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/.travis.yml

15 lines
716 B
YAML

language: c
env:
- CFLAGS="-Wall -Wextra -Werror -Wno-unused-parameter -Wno-unused-function"
compiler:
- gcc
- clang
# Change this to your needs
script: sh autogen.sh && ./configure --enable-nfqueue --enable-unittests --enable-hiredis && make && make check
before_install:
- sudo add-apt-repository -y ppa:npalix/coccinelle
- sudo apt-get update -qq
- sudo apt-get install -y libpcre3 libpcre3-dbg libpcre3-dev build-essential autoconf automake libtool libpcap-dev libnet1-dev libyaml-0-2 libyaml-dev zlib1g zlib1g-dev libcap-ng-dev libcap-ng0 make libmagic-dev libnetfilter-queue-dev libnetfilter-queue1 libnfnetlink-dev libnfnetlink0 coccinelle libjansson-dev libhiredis-dev
- ./qa/travis-libhtp.sh