]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add expat, libxml2, liblz4 and zstd to Cirrus CI FreeBSD build
authorMartin Matuska <martin@matuska.org>
Sun, 13 Jan 2019 00:45:48 +0000 (01:45 +0100)
committerMartin Matuska <martin@matuska.org>
Sun, 13 Jan 2019 00:48:26 +0000 (01:48 +0100)
.cirrus.yml

index e62b371990f31045020edcc2ee9e242a6b16c6b4..6a321c6dac90bef57f9967619a03657b1c6a757a 100644 (file)
@@ -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