]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Add the freebsd-version command
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 6 Mar 2020 11:52:20 +0000 (12:52 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 6 Mar 2020 11:52:20 +0000 (12:52 +0100)
.cirrus.yml

index db04a3ecdf7e04ae054e087ba59a4d827a22a58a..dfb6ccb913719b0c99e606911ce9118b4e91d6a4 100644 (file)
@@ -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})