Let's try cygwin again. (#69)
[rsync.git] / .cirrus.yml
1 freebsd_task:
2   name: FreeBSD
3   freebsd_instance:
4     image: freebsd-12-1-release-amd64
5   env:
6     PATH: /usr/local/bin:$PATH
7   prep_script:
8     - dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
9     - zpool create -m `pwd`/testtmp zpool /tmp/zpool
10     - pkg install -y autotools xxhash zstd liblz4
11   configure_script:
12     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
13   make_script:
14     - make
15   install_script:
16     - make install
17   info_script:
18     - rsync --version
19   test_script:
20     - make check
21   ssl_file_list_script:
22     - rsync-ssl --no-motd download.samba.org::rsyncftp/ || true