There is no need to add this command in all tasks.
- 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:
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!)