diff options
Diffstat (limited to '.builds/debian_stable.yml')
-rw-r--r-- | .builds/debian_stable.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml new file mode 100644 index 0000000..1a5ec44 --- /dev/null +++ b/.builds/debian_stable.yml @@ -0,0 +1,20 @@ +image: debian/stable +packages: + - python3-nose2 + - python3-coverage + - flake8 + - python3-doc8 + - isort +sources: + - https://git.sr.ht/~valhalla/hazwaz +tasks: + - test: | + cd hazwaz + sh check coverage + - qa: | + cd hazwaz + sh check qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org |