]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Add the "make releasecheck" command in the Linux task
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 19 Nov 2022 14:49:51 +0000 (15:49 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 26 Nov 2022 08:10:33 +0000 (09:10 +0100)
There is no need to add this command in all tasks.

.cirrus.yml
CHANGES

index edb05904472510d26ba430d66ed2cb74b668920c..ea9d4abee4a48a2717fea68f5c06d83f0ce272e5 100644 (file)
@@ -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 a3b1a4e03e945eb3380be81fcfec13dd080590f4..b3e0fa0e95cdb3cdf5c559c03685f5e2d80dd426 100644 (file)
--- 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!)