aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Curtin <ericcurtin17@gmail.com>2020-01-29 14:15:12 +0000
committerEric Curtin <ericcurtin17@gmail.com>2020-01-29 14:29:25 +0000
commite9ed1f26b2a5789d3c02113d67dcce5476570499 (patch)
tree05397ad67946a1d1e799bec1491dfa749e9b7561
parent13bab5a796cc4fdb4df7b39faa2d6a6d3b14441e (diff)
downloadinotify-tools-e9ed1f26b2a5789d3c02113d67dcce5476570499.zip
inotify-tools-e9ed1f26b2a5789d3c02113d67dcce5476570499.tar.gz
inotify-tools-e9ed1f26b2a5789d3c02113d67dcce5476570499.tar.bz2
Add FreeBSD build
-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
+