aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian_stable.yml
blob: 928ace5a3e997cc234adc4c7c7fe3f971ed323f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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