diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-03 16:04:14 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-07 11:07:12 +0200 |
commit | 6581e06817113c8746aed0edd88607a13fb0d79b (patch) | |
tree | c6ab5e0bd01d557f30405791c45437ffa2009159 /.cirrus.yml | |
parent | 4f30fc8e1473c0be3bfa9b24ed70a78bf861381a (diff) | |
download | tcpdump-6581e06817113c8746aed0edd88607a13fb0d79b.tar.gz |
Cirrus CI: : Set CFLAGS=-Werror with make
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
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 |