Add some FreeBSD pkg installs and pause on linux.
[rsync.git] / .cirrus.yml
1 task:
2   name: FreeBSD
3   freebsd_instance:
4     image: freebsd-12-1-release-amd64
5   install_script:
6     - ln -s /usr/local/bin/bash /bin/bash
7     - pkg install -y autotools xxhash zstd liblz4
8
9   script:
10     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
11     - make
12     - ./rsync --version