aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-07 09:59:51 +0300
committerThanos Apollo <[email protected]>2023-07-07 10:39:45 +0300
commitb292ce0ba3a973e5df48c89dc3ce2885915e6bbf (patch)
tree641a3de0c49ae33b72f30222271640cb7f9be9d9 /.build.yml
parent5b51e56f3a4a88828c7a63cf33f870c7b9ca109a (diff)
Add build.yml
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml13
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]