summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-29 11:14:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-29 11:30:57 +0200
commitd09be3e2fa1b02912b0a1c723e7c9647296de921 (patch)
treedb84ef7ea617b226b05ed53062d8a5d600b8f5a9
parent50befbedeb9c987d78b12a5cce81b1a9ea95f535 (diff)
srht builds: Add email notification
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.builds/debian.yml5
-rw-r--r--.builds/nixos.yml4
2 files changed, 9 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 96ce2747..8dd64726 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -24,3 +24,8 @@ tasks:
cd imag
PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy
PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features -- -D warnings
+triggers:
+ - action: email
+ condition: always
+ to: mail@beyermatthias.de
+
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
index 5fee7051..f7537da3 100644
--- a/.builds/nixos.yml
+++ b/.builds/nixos.yml
@@ -27,4 +27,8 @@ tasks:
- test: |
cd imag
nix-shell ./shell.nix --run "cargo test --all --all-features"
+triggers:
+ - action: email
+ condition: always
+ to: mail@beyermatthias.de