diff options
author | Thanos Apollo <[email protected]> | 2023-10-02 16:23:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-02 16:23:41 +0300 |
commit | aa99ff3caf1d49f2e6345fdf2b16ceac37d7b752 (patch) | |
tree | d2fd8ff42675aa5e597e3cf72c141712aa887c6a | |
parent | 622d72a5b901709b2ed8a9df576fbd03ca46d187 (diff) |
remove .build.yml
-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] |