Add Sourcehut build for Debian Linux.
1 files changed, 19 insertions(+), 0 deletions(-) A .builds/debian_stable.yml
A .builds/debian_stable.yml => .builds/debian_stable.yml +19 -0
@@ 0,0 1,19 @@ +image: debian/stable +packages: + - autoconf + - automake +sources: + - https://git.sr.ht/~donmcc/lrnd +tasks: + - setup: | + cd lrnd + autoreconf -i + - build: | + cd lrnd + mkdir tmp && cd tmp + ../configure && make check +triggers: + - action: email + condition: failure + to: Don McCaughey <don@donm.cc> +