Try another way to get commonmark working.
[rsync.git] / .cirrus.yml
1 task:
2   name: FreeBSD
3   freebsd_instance:
4     image: freebsd-12-1-release-amd64
5   prep_script:
6     - dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
7     - zpool create -m `pwd`/testtmp zpool /tmp/zpool
8     - pkg install -y autotools xxhash zstd liblz4 openssl bash py37-pip
9     - ln -s /usr/local/bin/bash /bin/bash
10     - pip3 install commonmark
11   configure_script:
12     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
13   make_script:
14     - make
15   install_script:
16     - make install
17   info_script:
18     - /usr/local/bin/rsync --version
19   test_script:
20     - make check
21   ssl_file_list_script:
22     - /usr/local/bin/rsync-ssl --no-motd download.samba.org::rsyncftp/ || true