diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-08-12 09:10:10 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-08-12 09:10:10 +0200 |
commit | 6d920f6aad7f17a676883c6f3054b7b0d8be9844 (patch) | |
tree | a5e4f60678ef71cbabb0231bc43fe600a4c242f3 | |
parent | 535f6c1a01bb6d87561d05b7b02df04db40b425a (diff) |
Add test configuration for debian oldstable, disabled until the release.
-rw-r--r-- | .builds/debian_oldstable.yml.disabled | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.builds/debian_oldstable.yml.disabled b/.builds/debian_oldstable.yml.disabled new file mode 100644 index 0000000..b61284a --- /dev/null +++ b/.builds/debian_oldstable.yml.disabled @@ -0,0 +1,24 @@ +image: debian/oldstable +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - python3-coverage + - flake8 +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + sh run_coverage + - qa: | + cd lesana + sh run_qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + |