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/freebsd.yml | |
| parent | 760dbc4f819bdf928d6d9ca287b5a871fed9241f (diff) | |
Various build changes
Diffstat (limited to '.builds/freebsd.yml')
| -rw-r--r-- | .builds/freebsd.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4d9e95c..545a079 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -7,6 +7,7 @@ packages: - pkgconf - help2man - texinfo +- texlive-full tasks: - build: | cd aplwc @@ -16,4 +17,8 @@ tasks: - test: | cd aplwc make check - make distcheck
\ No newline at end of file + make distcheck +triggers: + - action: email + condition: always + to: petermikkelsen10@gmail.com |