diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-29 20:13:43 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-29 20:13:43 +0200 |
| commit | 025718c095d43fffffaa1623a0c808a5c9811871 (patch) | |
| tree | 66e6f080190269c663e6db2f91a71db1e09cfd5d /.builds/debian.yml | |
| parent | 760dbc4f819bdf928d6d9ca287b5a871fed9241f (diff) | |
Various build changes
Diffstat (limited to '.builds/debian.yml')
| -rw-r--r-- | .builds/debian.yml | 26 |
1 files changed, 26 insertions, 0 deletions
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 |