From: Wayne Davison Date: Sat, 11 Jul 2020 22:37:51 +0000 (-0700) Subject: More FreeBSD script separation. X-Git-Tag: v3.2.3pre1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b416de4ca3b44967277afe4102ec8d7c891e239;p=thirdparty%2Frsync.git More FreeBSD script separation. --- diff --git a/.cirrus.yml b/.cirrus.yml index 8be3462f..fd7163f7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,11 +2,12 @@ task: name: FreeBSD freebsd_instance: image: freebsd-12-1-release-amd64 - install_script: + prep_script: - ln -s /usr/local/bin/bash /bin/bash - pkg install -y autotools xxhash zstd liblz4 openssl - build_script: + configure_script: - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man + build_script: - make install_script: - make install