]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Run the "make whitespacecheck" command in the Linux task
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 19 Dec 2022 20:21:02 +0000 (21:21 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 19 Dec 2022 20:23:01 +0000 (21:23 +0100)
There is no need to add this command in all tasks.

.cirrus.yml
CHANGES

index e21e9d965558ede92b23a65de3f7527a99de9bb3..5b6340079c5710cef16aa83c88c5cecc8d4b07cf 100644 (file)
@@ -51,6 +51,7 @@ linux_task:
     - git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
     - ./configure --quiet # build the Makefile
     - make releasecheck
+    - make whitespacecheck
     - ./build_matrix.sh
 
 macos_task:
diff --git a/CHANGES b/CHANGES
index 742e64411ba81f2df01a7c44b5057dbe00307fb6..889194e17cedca8d3234d7e0aab5ee0db059a0a4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,7 @@ Monthday, Month DD, YYYY by gharris and denis
       CI: Introduce and use TCPDUMP_CMAKE_TAINTED.
       Makefile.in: Add "make -s install" in the releasecheck target.
       Makefile.in: Add the whitespacecheck target.
+      Cirrus CI: Run the "make whitespacecheck" command in the Linux task.
 
 TBD
   Summary for 4.99.2 tcpdump release (so far!)