summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-29 19:28:02 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-29 19:28:02 +0200
commita66d153e0b1b89a87080c60ad005727e77f15968 (patch)
tree0faa37327d5078ab19a97ea62e1fa7802f17a9e3 /.builds
parentc9f1161ecb323c7872559dd40c56d691dbd5959f (diff)
Bump version to 0.2 (not released yet), and add a build file
This allows sourcehut to build the project on each commit
Diffstat (limited to '.builds')
-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