Added Sourcehut build for OpenBSD.
1 files changed, 22 insertions(+), 0 deletions(-) A .builds/openbsd_latest.yml
A .builds/openbsd_latest.yml => .builds/openbsd_latest.yml +22 -0
@@ 0,0 1,22 @@ image: openbsd/latest packages: - autoconf-2.69p3 - automake-1.16.2 sources: - https://git.sr.ht/~donmcc/lrnd tasks: - setup: | cd lrnd autoreconf -i - build: | cd lrnd mkdir tmp && cd tmp CC=cc ../configure && make check triggers: - action: email condition: failure to: Don McCaughey <don@donm.cc> environment: AUTOCONF_VERSION: 2.69 AUTOMAKE_VERSION: 1.16