diff options
| -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 + | 
