1
Fork 0

shellcheck + email on failure

This commit is contained in:
Motiejus Jakštys 2021-10-18 15:15:50 +03:00
parent d9dbca2c63
commit 56493c1427
1 changed files with 5 additions and 0 deletions

View File

@ -2,10 +2,15 @@ image: debian/testing
packages: packages:
- direnv - direnv
- file - file
- shellcheck
sources: sources:
- https://git.sr.ht/~motiejus/bazel-zig-cc - https://git.sr.ht/~motiejus/bazel-zig-cc
environment: environment:
CC: /usr/bin/false CC: /usr/bin/false
triggers:
- action: email
condition: failure
to: motiejus+srht@jakstys.lt
tasks: tasks:
- setup: | - setup: |
sudo apt-get purge gcc -y && sudo apt-get autoremove -y sudo apt-get purge gcc -y && sudo apt-get autoremove -y