summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 00000000..4a839da8
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,17 @@
+task:
+ timeout_in: 120m
+ freebsd_instance:
+ matrix:
+ - image_family: freebsd-13-0-snap
+ - image_family: freebsd-12-1
+ env:
+ ASSUME_ALWAYS_YES: YES
+ setup_script:
+ - pkg update -f
+ - pkg install bash
+ - tools/bsd-setup.sh --install-optional
+ build_script:
+ - mkdir build
+ - cd build
+ - cmake -GNinja ..
+ - ninja