diff options
Diffstat (limited to '.builds/debian_oldstable.yml')
-rw-r--r-- | .builds/debian_oldstable.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml new file mode 100644 index 0000000..33c256b --- /dev/null +++ b/.builds/debian_oldstable.yml @@ -0,0 +1,21 @@ +image: debian/oldstable +packages: + - python3-nose3 + - python3-coverage + - flake8 + - isort + - python3-doc8 +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 + |