aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-02 16:23:41 +0300
committerThanos Apollo <[email protected]>2023-10-02 16:23:41 +0300
commitaa99ff3caf1d49f2e6345fdf2b16ceac37d7b752 (patch)
treed2fd8ff42675aa5e597e3cf72c141712aa887c6a
parent622d72a5b901709b2ed8a9df576fbd03ca46d187 (diff)
remove .build.yml
-rw-r--r--.build.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index b6ce2af..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-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]