From 061bed74d17b5063787632fd3fcc7113c86a75d8 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 9 Feb 2021 15:47:03 +0100 Subject: Add builds.sr.ht integration --- .builds/debian_stable.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .builds/debian_stable.yml (limited to '.builds') diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml new file mode 100644 index 0000000..928ace5 --- /dev/null +++ b/.builds/debian_stable.yml @@ -0,0 +1,20 @@ +image: debian/stable +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - flake8 +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + ./check +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + -- cgit v1.2.3