From a72442caee0ce0e1d5e9ef6e2f6929327982e8ed Mon Sep 17 00:00:00 2001 From: James Sanderson Date: Sat, 6 Jun 2020 21:15:55 +0100 Subject: [PATCH] Configure Cirrus-CI to test compiling on FreeBSD --- .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..237a2f4e --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,10 @@ +freebsd_instance: + image_family: freebsd-12-1 + +task: + name: compile + env: + ASSUME_ALWAYS_YES: yes + script: + - ./tools/install-build-pkgs + - gmake