summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-22 21:01:01 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-22 21:01:01 -0700
commit27be94c88900bac8e6f28666992b44439b1eb8a8 (patch)
tree6d48a4f93423c63da928fb02c0e89fcd87fab668 /.cirrus.yml
parent974f49e22ac9f62fcfd750768d0835b900524578 (diff)
downloadrsync-27be94c88900bac8e6f28666992b44439b1eb8a8.tar.gz
A few more build improvements
Includes Ben's RSYNC_MAX_SKIPPED=3 suggestion for FreeBSD and a fix for the artifact file list for Cygwin.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 15cbc2dc..4150bf3c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,6 +17,6 @@ freebsd_task:
info_script:
- rsync --version
test_script:
- - make check
+ - RSYNC_MAX_SKIPPED=3 make check
ssl_file_list_script:
- rsync-ssl --no-motd download.samba.org::rsyncftp/ || true