From 1f41b7dca10c1c5f6d7d0eb6b97308f234db8232 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 11 Jul 2020 15:32:51 -0700 Subject: [PATCH] Add a little more FreeBSD testing. --- .cirrus.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3c1a7c49..8be3462f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,10 +4,15 @@ 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: + - pkg install -y autotools xxhash zstd liblz4 openssl + build_script: - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man - make - - ./rsync --version + install_script: + - make install + info_script: + - /usr/local/bin/rsync --version test_script: - make check + ssl_script: + - /usr/local/bin/rsync-ssl --no-motd download.samba.org::rsyncftp/ -- 2.47.2