diff options
| -rw-r--r-- | .builds/debian_testing.yml | 24 | 
1 files changed, 0 insertions, 24 deletions
diff --git a/.builds/debian_testing.yml b/.builds/debian_testing.yml deleted file mode 100644 index a3946d3..0000000 --- a/.builds/debian_testing.yml +++ /dev/null @@ -1,24 +0,0 @@ -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 -  | 
