diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 22:08:53 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 22:08:53 +0100 |
| commit | 0f6feb4008cdd857a3824062ac67b49587bd958e (patch) | |
| tree | f2d44d6df30925cdd3713ec0874464bcfd1b7dd2 /.builds | |
| parent | 9af59179e793763cab432a72b9c6d0e6b0422b25 (diff) | |
Try to add an automatic sourcehut build
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/alpine.yml | 17 |
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 |