diff options
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/alpine.yml | 1 | ||||
| -rw-r--r-- | .builds/debian.yml | 1 | ||||
| -rw-r--r-- | .builds/fedora.yml | 1 | ||||
| -rw-r--r-- | .builds/freebsd.yml | 1 | ||||
| -rw-r--r-- | .builds/netbsd.yml | 1 | ||||
| -rw-r--r-- | .builds/openbsd.yml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index c9a0a71..9084135 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -3,6 +3,7 @@ packages: - autoconf - automake - libtool +- gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/debian.yml b/.builds/debian.yml index e877fb6..a78f3c9 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -3,6 +3,7 @@ packages: - autoconf - automake - libtool +- gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/fedora.yml b/.builds/fedora.yml index 4bc9e58..22a4c40 100644 --- a/.builds/fedora.yml +++ b/.builds/fedora.yml @@ -4,6 +4,7 @@ packages: - automake - libtool - awk +- gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4ec737d..f530816 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -3,6 +3,7 @@ packages: - autoconf - automake - libtool +- gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index 309196f..5787b98 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -3,6 +3,7 @@ packages: - autoconf - automake - libtool +- gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index f753e29..5985aa8 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -3,6 +3,7 @@ packages: - autoconf-2.72p0 - automake-1.17 - libtool +- gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc environment: |