From: Francois-Xavier Le Bail Date: Fri, 3 Apr 2020 14:04:14 +0000 (+0200) Subject: Cirrus CI: : Set CFLAGS=-Werror with make X-Git-Tag: tcpdump-4.99-bp~464 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6581e06817113c8746aed0edd88607a13fb0d79b Cirrus CI: : Set CFLAGS=-Werror with make --- diff --git a/.cirrus.yml b/.cirrus.yml index dfb6ccb9..491cd5fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,5 +17,5 @@ task: - (cd .. && git clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure --prefix=/tmp && make -s -j${MAXJOBS}) - touch .devel - ./configure - - make -s -j${MAXJOBS} all + - make -s -j${MAXJOBS} CFLAGS=-Werror all - make check