emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 04e6ce9db6 108/118: try fixing ci again


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 04e6ce9db6 108/118: try fixing ci again
Date: Wed, 5 Jan 2022 07:58:51 -0500 (EST)

branch: elpa/org-mime
commit 04e6ce9db64abd29aff8314aaad557ad40cc5947
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    try fixing ci again
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6670ea6658..87076bff22 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,9 @@ clean:
        rm -f \#*\#
        rm -f *.elc
 
-# Run tests.
-test: clean
+deps:
        [ -f test/htmlize.el ] || curl -L 
https://raw.githubusercontent.com/hniksic/emacs-htmlize/HEAD/htmlize.el > 
test/htmlize.el
+
+# Run tests.
+test: clean deps
        $(EMACS) -batch -Q -l org-mime.el -l test/htmlize.el -l 
test/org-mime-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]