summaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
blob: 58bbb69bce1bb605660add89e0a35edc2b6e71cf (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: archlinux
packages:
  - python-dateutil
  - python-jinja
  - python-ruamel-yaml
  - python-xapian
  - python-gitpython
  - python-nose
  - python-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