summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-04-03 16:04:14 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-04-07 11:07:12 +0200
commit6581e06817113c8746aed0edd88607a13fb0d79b (patch)
treec6ab5e0bd01d557f30405791c45437ffa2009159 /.cirrus.yml
parent4f30fc8e1473c0be3bfa9b24ed70a78bf861381a (diff)
downloadtcpdump-6581e06817113c8746aed0edd88607a13fb0d79b.tar.gz
Cirrus CI: : Set CFLAGS=-Werror with make
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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