mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 20:14:12 +08:00
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:
parent
9fee4c6280
commit
047714a6b0
@ -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:
|
||||
|
1
CHANGES
1
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!)
|
||||
|
Loading…
Reference in New Issue
Block a user