aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: b6ce2af155f4335d393404d79123d701c4b44fae (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: failure
    to: ~thanosapollo/[email protected]