Add FreeBSD test & re-enable linux build.
[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   script:
9     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
10     - make
11     - ./rsync --version
12   test_script:
13     - make check