blob: e5ab0bd00d1dc77d462b9a9a5f064e6cdf948195 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|