logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 63c3bc9841a5ff15dfa8e79d6ea85e6a41cd5ce7
parent 2841aef9096127a3464dc17aa3489c40ec521784
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 11 Feb 2022 19:29:30 +0100

.builds: Add triggers on build failure

Diffstat:

M.builds/freebsd.yml7+++++--
M.builds/netbsd.yml4++++
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -13,4 +13,8 @@ tasks: - gcc: | cd utils CC=gcc ./configure - make clean test -\ No newline at end of file + make clean test +triggers: + - action: email + condition: failure + to: contact+builds.sr.ht@hacktivis.me diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml @@ -14,3 +14,7 @@ tasks: cd utils CC=gcc ./configure DESTDIR=/tmp/gcc-destdir make clean test +triggers: + - action: email + condition: failure + to: contact+builds.sr.ht@hacktivis.me