summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.cirrus.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..7861b40
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,7 @@
+freebsd_instance:
+ image_family: freebsd-13-2
+task:
+ install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake curl libarchive pcre2 bzip2
+ build_script: ./autogen.sh && ./configure && gmake -j3
+ binaries_artifacts:
+ path: "src/lnav"