task: name: FreeBSD freebsd_instance: image: freebsd-12-1-release-amd64 prep_script: - dd if=/dev/zero of=/tmp/zpool bs=1M count=1024 - zpool create -m `pwd`/testtmp zpool /tmp/zpool - pkg install -y autotools xxhash zstd liblz4 configure_script: - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man make_script: - make install_script: - make install info_script: - /usr/local/bin/rsync --version test_script: - make check