blob: e72da3a215d538204c5799e2e608682b749c8116 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
image: debian/testing
packages:
- emacs
sources:
- https://git.sr.ht/~thanosapollo/yeetube.el
tasks:
- run-tests: |
cd yeetube.el/test
emacs -q -batch -l yeetube-tests.el
triggers:
- action: email
condition: success
to: ~thanosapollo/[email protected]
|