aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..3f365ef
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,15 @@
+task:
+ name: FreeBSD
+ freebsd_instance:
+ matrix:
+ # There isn't a stable 13.0 image yet (2019-12)
+ image_family: freebsd-13-0-snap
+ image_family: freebsd-12-1
+
+ pkginstall_script:
+ - pkg install -y autoconf automake libtool bash git gcc
+ - ln -s /usr/local/bin/bash /bin/
+
+ compile_script:
+ - ./build_and_test.sh
+