summaryrefslogtreecommitdiff
path: root/.builds/debian.yml
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-29 20:13:43 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-29 20:13:43 +0200
commit025718c095d43fffffaa1623a0c808a5c9811871 (patch)
tree66e6f080190269c663e6db2f91a71db1e09cfd5d /.builds/debian.yml
parent760dbc4f819bdf928d6d9ca287b5a871fed9241f (diff)
Various build changes
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml26
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