From 025718c095d43fffffaa1623a0c808a5c9811871 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 29 Apr 2026 20:13:43 +0200 Subject: Various build changes --- .builds/debian.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..4452060 --- /dev/null +++ b/.builds/debian.yml @@ -0,0 +1,26 @@ +image: debian/stable +packages: +- autoconf +- automake +- libtool +- gettext +- pkgconf +- help2man +- texinfo +- autopoint +- libreadline-dev +- texlive-full +tasks: +- build: | + cd aplwc + ./bootstrap --skip-po --copy + ./configure + make +- test: |- + cd aplwc + make check + make distcheck +triggers: + - action: email + condition: always + to: petermikkelsen10@gmail.com -- cgit v1.2.3