summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-06 12:52:20 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-06 12:52:20 +0100
commit2c5d114baad38ed5e7b3d6f93a86925e2f2fc242 (patch)
treea9960f4ad389c2839e8cc29e16de591d99c65302 /.cirrus.yml
parent273c23a52e9793c7f96b1b631db52587ef0e0c4a (diff)
downloadtcpdump-2c5d114baad38ed5e7b3d6f93a86925e2f2fc242.tar.gz
Cirrus CI: Add the freebsd-version command
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
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})