From faaad7b33fc9266ac1142d27d60f4be57e582d57 Mon Sep 17 00:00:00 2001 From: Roy Storey Date: Fri, 16 Aug 2019 22:55:19 +1200 Subject: [PATCH] Test freebsd with cirrus-ci [EB - changed script to use the new 'make check' target] --- .cirrus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000..bba2e62 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,8 @@ +task: + freebsd_instance: + matrix: + - image: freebsd-11-2-release-amd64 + - image: freebsd-12-0-release-amd64 + install_script: pkg install -y gmake + script: + - gmake check