diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 15:47:03 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 15:47:03 +0100 | 
| commit | 061bed74d17b5063787632fd3fcc7113c86a75d8 (patch) | |
| tree | f4b5db33aaff51ac9266e59b1259e7d154559cec | |
| parent | 98f51779ca658d448ee62384d1e7348b77f2d5c1 (diff) | |
Add builds.sr.ht integration
| -rw-r--r-- | .builds/debian_stable.yml | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml new file mode 100644 index 0000000..928ace5 --- /dev/null +++ b/.builds/debian_stable.yml @@ -0,0 +1,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 + | 
