diff options
-rw-r--r-- | .build.yml | 13 |
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] |