chore: switch to Eask for package testing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit removes some files that are no longer needed for testing the package, such as the files in the ./test directory which are already covered by Eask itself. BREAKING CHANGE: test files no longer exists
This commit is contained in:
14
Eask
Normal file
14
Eask
Normal file
@@ -0,0 +1,14 @@
|
||||
(package "ox-gemini"
|
||||
"0.2.0"
|
||||
"Output gemini formatted documents from org-mode")
|
||||
|
||||
(website-url "https://labs.phundrak.com/phundrak/ox-gemini")
|
||||
(keywords "lisp" "org-mode")
|
||||
|
||||
(package-file "ox-gemini.el")
|
||||
|
||||
(script "test" "echo \"Error: no test specified\" && exit 1")
|
||||
|
||||
(source "gnu")
|
||||
|
||||
(depends-on "emacs" "26.1")
|
||||
Reference in New Issue
Block a user