summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-15 14:30:22 -0700
committerGitHub <noreply@github.com>2020-07-15 14:30:22 -0700
commitc6f5f0b5057e9323ac75bfcefed46d0a96759635 (patch)
treeb227ae950d9f66a535b6ab569ef8c0d37b4c9863 /.cirrus.yml
parentf553da1730f0821bbf5c796cf25b8fd397742edd (diff)
downloadrsync-c6f5f0b5057e9323ac75bfcefed46d0a96759635.tar.gz
Let's try cygwin again. (#69)
Setup an optional cygwin build that is currently triggered when a [buildall] is in the commit message (the build is currently quite slow).
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 1aa90052..15cbc2dc 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,6 +2,8 @@ freebsd_task:
name: FreeBSD
freebsd_instance:
image: freebsd-12-1-release-amd64
+ env:
+ PATH: /usr/local/bin:$PATH
prep_script:
- dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
- zpool create -m `pwd`/testtmp zpool /tmp/zpool
@@ -13,8 +15,8 @@ freebsd_task:
install_script:
- make install
info_script:
- - /usr/local/bin/rsync --version
+ - rsync --version
test_script:
- make check
ssl_file_list_script:
- - /usr/local/bin/rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
+ - rsync-ssl --no-motd download.samba.org::rsyncftp/ || true