image: openbsd/latest packages: - autoconf - automake - libtool - gettext - help2man - texinfo - texlive_texmf-full - dejagnu tasks: - build: | cd aplwc alias makeinfo=gmakeinfo alias texi2dvi=gtexi2dvi export AUTOCONF_VERSION=2.71 export AUTOMAKE_VERSION=1.16 ./bootstrap --skip-po --copy ./configure make - test: | cd aplwc make check make distcheck triggers: - action: email condition: always to: petermikkelsen10@gmail.com