hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit bbe9e6bb6f1cc4fc91cd096fda424ee42d33ca9d
parent ccd1a08ab5cd081145da1da3dc22eb3c8ecd1f49
Author: Ember Sawady <ecs@d2evs.net>
Date:   Sun, 31 Dec 2023 05:57:12 +0000

notify hare-dev on ci failure

as a replacement for the old ci indicators in the readme

Signed-off-by: Ember Sawady <ecs@d2evs.net>

Diffstat:
M.builds/alpine.yml | 4++++
M.builds/freebsd.yml | 4++++
M.builds/openbsd.yml | 4++++
3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -6,6 +6,10 @@ sources: - git://c9x.me/qbe.git - https://git.sr.ht/~sircmpwn/harec - https://git.sr.ht/~sircmpwn/hare +triggers: +- action: email + condition: failure + to: "<~sircmpwn/hare-dev@lists.sr.ht>" tasks: - signoff: | cd hare diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -6,6 +6,10 @@ sources: packages: - binutils - scdoc +triggers: +- action: email + condition: failure + to: "<~sircmpwn/hare-dev@lists.sr.ht>" tasks: - qbe: | cd qbe diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml @@ -7,6 +7,10 @@ packages: - binutils - scdoc - git +triggers: +- action: email + condition: failure + to: "<~sircmpwn/hare-dev@lists.sr.ht>" tasks: - qbe: | cd qbe