summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-01-13 01:45:48 +0100
committerMartin Matuska <martin@matuska.org>2019-01-13 01:48:26 +0100
commit1d2028afff040b63f42e64932b2211a345d6d3ea (patch)
treeb879695302d6ffe3aac3ecc8cb3872290d6b828d /.cirrus.yml
parentbf4c999dcb6a32a74d4e639b3d125936fb1f8ee6 (diff)
downloadlibarchive-1d2028afff040b63f42e64932b2211a345d6d3ea.tar.gz
Add expat, libxml2, liblz4 and zstd to Cirrus CI FreeBSD build
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e62b3719..6a321c6d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,7 +11,6 @@ task:
image: freebsd-11-2-release-amd64
install_script:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- - pkg upgrade -y
- - pkg install -y autoconf automake libiconv libtool pkgconf
+ - if [ `uname` = "FreeBSD" ]; then pkg upgrade -y; pkg install -y autoconf automake libiconv libtool pkgconf expat libxml2 liblz4 zstd; fi
script:
- ./build/ci_build.sh