hare

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

commit 21ac9822c49cd483d0bf1f3d1c2d36f13a576224
parent 52f1525c420c02a7eaeb91b6525045adfc87ea08
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 24 Oct 2021 10:38:10 +0200

.build.yml: email hare-dev on CI failures

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
M.build.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -4,6 +4,10 @@ sources: - https://git.sr.ht/~sircmpwn/qbe - 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: - qbe: | cd qbe