summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-11 12:09:34 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-11 12:11:13 -0700
commit3bc2d9aeaaf5bee3bf9717caba514b96837afd14 (patch)
tree2edb292b4748463647f69c8f520a35c54a95720c /.cirrus.yml
parent6214c26bd36c91f8ae040f5ac0edeb1b7bd7c162 (diff)
downloadrsync-3bc2d9aeaaf5bee3bf9717caba514b96837afd14.tar.gz
Add some FreeBSD pkg installs and pause on linux.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index b99e82b7..572e4775 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,6 +4,8 @@ task:
image: freebsd-12-1-release-amd64
install_script:
- ln -s /usr/local/bin/bash /bin/bash
+ - pkg install -y autotools xxhash zstd liblz4
+
script:
- CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
- make