From: Francois-Xavier Le Bail Date: Fri, 6 Mar 2020 11:52:20 +0000 (+0100) Subject: Cirrus CI: Add the freebsd-version command X-Git-Tag: tcpdump-4.99-bp~486 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2c5d114baad38ed5e7b3d6f93a86925e2f2fc242 Cirrus CI: Add the freebsd-version command --- diff --git a/.cirrus.yml b/.cirrus.yml index db04a3ec..dfb6ccb9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,6 +11,7 @@ task: - image_family: freebsd-12-1-snap - image_family: freebsd-13-0-snap script: + - freebsd-version - pkg update -f - pkg install -qy git autoconf - (cd .. && git clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure --prefix=/tmp && make -s -j${MAXJOBS})