aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]