diff options
author | Thanos Apollo <[email protected]> | 2023-07-07 09:59:51 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-07 10:39:45 +0300 |
commit | b292ce0ba3a973e5df48c89dc3ce2885915e6bbf (patch) | |
tree | 641a3de0c49ae33b72f30222271640cb7f9be9d9 | |
parent | 5b51e56f3a4a88828c7a63cf33f870c7b9ca109a (diff) |
Add build.yml
-rw-r--r-- | .build.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..e72da3a --- /dev/null +++ b/.build.yml @@ -0,0 +1,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] |