summaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 0000000..4d9e95c
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -0,0 +1,19 @@
+image: freebsd/latest
+packages:
+- autoconf
+- automake
+- libtool
+- gettext
+- pkgconf
+- help2man
+- texinfo
+tasks:
+- build: |
+ cd aplwc
+ ./bootstrap --skip-po --copy
+ ./configure
+ make
+- test: |
+ cd aplwc
+ make check
+ make distcheck \ No newline at end of file