diff options
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/debian.yml | 1 | ||||
| -rw-r--r-- | .builds/freebsd.yml | 1 | ||||
| -rw-r--r-- | .builds/openbsd.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml index 4452060..218513e 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -10,6 +10,7 @@ packages: - autopoint - libreadline-dev - texlive-full +- dejagnu tasks: - build: | cd aplwc diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 545a079..c2211dd 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -8,6 +8,7 @@ packages: - help2man - texinfo - texlive-full +- dejagnu tasks: - build: | cd aplwc diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 0856a6e..85800bb 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -7,6 +7,7 @@ packages: - help2man - texinfo - texlive_texmf-full +- dejagnu tasks: - build: | cd aplwc |