From: Martin Matuska Date: Sun, 13 Jan 2019 00:45:48 +0000 (+0100) Subject: Add expat, libxml2, liblz4 and zstd to Cirrus CI FreeBSD build X-Git-Tag: v3.4.0~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d2028afff040b63f42e64932b2211a345d6d3ea;p=thirdparty%2Flibarchive.git Add expat, libxml2, liblz4 and zstd to Cirrus CI FreeBSD build --- diff --git a/.cirrus.yml b/.cirrus.yml index e62b37199..6a321c6da 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