diff options
Diffstat (limited to '')
-rw-r--r-- | .cirrus.yml | 5 |
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 |