diff options
Diffstat (limited to '.builds/debian_oldstable.yml')
-rw-r--r-- | .builds/debian_oldstable.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml new file mode 100644 index 0000000..e5ab0bd --- /dev/null +++ b/.builds/debian_oldstable.yml @@ -0,0 +1,29 @@ +image: debian/oldstable +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - python3-coverage + - python3-hazwaz/bullseye-backports + - flake8 + - isort + - python3-doc8 +repositories: + backports: http://deb.debian.org/debian bullseye-backports main +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + sh check coverage + - qa: | + cd lesana + sh check qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + |