From f37f9a2bd8e23ac313a5f06bc25a8dd3823a9800 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 13 Apr 2022 09:19:54 +0200 Subject: Run tests on sourcehut --- .builds/debian_stable.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .builds/debian_stable.yml (limited to '.builds/debian_stable.yml') 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 -- cgit v1.2.3