harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c4ba40c09e156301dd028d7ba598eda83af4c5a0
parent fb4d65a0ad488d710152ba862987aaf219ace403
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 24 Oct 2021 10:37:48 +0200

.builds: mail hare-dev on CI failures

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

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

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -2,6 +2,10 @@ image: alpine/latest sources: - https://git.sr.ht/~sircmpwn/harec - https://git.sr.ht/~sircmpwn/qbe +triggers: + - action: email + condition: failure + to: ~sircmpwn/hare-dev@lists.sr.ht tasks: - qbe: | cd qbe diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -5,6 +5,10 @@ sources: packages: - binutils - gmake +triggers: + - action: email + condition: failure + to: ~sircmpwn/hare-dev@lists.sr.ht tasks: - qbe: | cd qbe