summaryrefslogtreecommitdiff
path: root/.builds/netbsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/netbsd.yml')
-rw-r--r--.builds/netbsd.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml
new file mode 100644
index 0000000..309196f
--- /dev/null
+++ b/.builds/netbsd.yml
@@ -0,0 +1,17 @@
+image: netbsd/latest
+packages:
+- autoconf
+- automake
+- libtool
+sources:
+- https://git.sr.ht/~pmikkelsen/aplwc
+tasks:
+- build: |
+ cd aplwc
+ ./bootstrap.sh
+ ./configure
+ make
+- test: |
+ cd aplwc
+ make check
+ make distcheck