From 6214c26bd36c91f8ae040f5ac0edeb1b7bd7c162 Mon Sep 17 00:00:00 2001 From: benrubson <6764151+benrubson@users.noreply.github.com> Date: Thu, 9 Jul 2020 18:23:11 +0200 Subject: [PATCH] Add FreeBSD CI --- .cirrus.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 00000000..b99e82b7 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,10 @@ +task: + name: FreeBSD + freebsd_instance: + image: freebsd-12-1-release-amd64 + install_script: + - ln -s /usr/local/bin/bash /bin/bash + script: + - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure + - make + - ./rsync --version -- 2.47.2