summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-11-19 15:49:51 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-11-26 09:10:33 +0100
commit047714a6b020bc15a265b51578d247d19955b22a (patch)
treeba3e4b0f0b3b4d053eae9f73b5813fd3039e6ae7
parent9fee4c62803ea069dba464816538abcfafb36f03 (diff)
downloadtcpdump-047714a6b020bc15a265b51578d247d19955b22a.tar.gz
Cirrus CI: Add the "make releasecheck" command in the Linux task
There is no need to add this command in all tasks.
-rw-r--r--.cirrus.yml2
-rw-r--r--CHANGES1
2 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index edb05904..ea9d4abe 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -49,6 +49,8 @@ linux_task:
- apt list --installed 'lib*-dev'
- echo '$ git clone [...] libpcap.git'
- git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
+ - ./configure --quiet # build the Makefile
+ - make releasecheck
- ./build_matrix.sh
macos_task:
diff --git a/CHANGES b/CHANGES
index a3b1a4e0..b3e0fa0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,7 @@ Monthday, Month DD, YYYY by gharris and denis
Add a configure option to help debugging (--enable-instrument-functions)
cmake: Update the minimum required version to 2.8.12 (except Windows).
Makefile.in: Add the releasecheck target.
+ Cirrus CI: Add the "make releasecheck" command in the Linux task.
TBD
Summary for 4.99.2 tcpdump release (so far!)