]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: : Set CFLAGS=-Werror with make
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 3 Apr 2020 14:04:14 +0000 (16:04 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 7 Apr 2020 09:07:12 +0000 (11:07 +0200)
.cirrus.yml

index dfb6ccb913719b0c99e606911ce9118b4e91d6a4..491cd5fb18c9a24540fbfe98342a33f4289fee98 100644 (file)
@@ -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