summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2025-11-12 22:08:53 +0100
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2025-11-12 22:08:53 +0100
commit0f6feb4008cdd857a3824062ac67b49587bd958e (patch)
treef2d44d6df30925cdd3713ec0874464bcfd1b7dd2 /.builds
parent9af59179e793763cab432a72b9c6d0e6b0422b25 (diff)
Try to add an automatic sourcehut build
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
new file mode 100644
index 0000000..c9a0a71
--- /dev/null
+++ b/.builds/alpine.yml
@@ -0,0 +1,17 @@
+image: alpine/edge
+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