summaryrefslogtreecommitdiff
path: root/.builds/debian_testing.yml
blob: a3946d3d0f15ff31f51f46701b6078cb7f9ba02e (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
image: debian/testing
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