Cirrus CI: Add the "make releasecheck" command in the Linux task

There is no need to add this command in all tasks.
This commit is contained in:
Francois-Xavier Le Bail 2022-11-19 15:49:51 +01:00
parent 9fee4c6280
commit 047714a6b0
2 changed files with 3 additions and 0 deletions

View 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:

View File

@ -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!)