From 4b948514d3d67e4c746b69510f44c15dbfe8898e Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 12 Nov 2025 22:37:37 +0100 Subject: More builds --- .builds/debian.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .builds/debian.yml (limited to '.builds/debian.yml') diff --git a/.builds/debian.yml b/.builds/debian.yml new file mode 100644 index 0000000..e877fb6 --- /dev/null +++ b/.builds/debian.yml @@ -0,0 +1,17 @@ +image: debian/stable +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 -- cgit v1.2.3