mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-19 20:35:50 -04:00
Add a little more FreeBSD testing.
This commit is contained in:
11
.cirrus.yml
11
.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/
|
||||
|
||||
Reference in New Issue
Block a user