summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..3a77b7f
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,5 @@
+freebsd_instance:
+ image: freebsd-12-1-release-amd64
+task:
+ install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
+ build_script: ./autogen.sh && ./configure && gmake -j3