aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-05-01 09:04:26 -0600
committerNikolaus Rath <Nikolaus@rath.org>2019-05-01 08:04:26 -0700
commit5b7294ccd5dfbbbe0d50716078cf64f6c4bf1173 (patch)
tree1adf4fe3544d41387b2e1bcc1dd9bb3b5e79e5a0 /.cirrus.yml
parentf2df33e020bce864d9a685b998d80c5203ef23a9 (diff)
downloadlibfuse-5b7294ccd5dfbbbe0d50716078cf64f6c4bf1173.tar.gz
Add CI for FreeBSD (#404)
Fixes #403
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..6fe78ec
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,10 @@
+# Build libfuse on FreeBSD, but don't run the tests.
+# More work is required to make the tests work.
+freebsd_instance:
+ image: freebsd-12-0-release-amd64
+ install_script: pkg install -y meson ninja
+ script:
+ - mkdir build
+ - cd build
+ - meson ..
+ - ninja