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

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

[elpa] externals/csharp-mode a724af6db7 1/6: tests(makefile): Add compil


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode a724af6db7 1/6: tests(makefile): Add compile to CI test
Date: Fri, 19 Aug 2022 09:57:29 -0400 (EDT)

branch: externals/csharp-mode
commit a724af6db71f2b8e5ab9711b40f1ca66fe7ddaa8
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    tests(makefile): Add compile to CI test
---
 makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/makefile b/makefile
index f705098b53..9e04f367ef 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ EASK ?= eask
 
 TESTHOME=/tmp/emacs
 
-ci: build test
+ci: build compile test
 
 package:
        $(EASK) package
@@ -11,6 +11,9 @@ package:
 build: package
        $(EASK) install
 
+compile:
+       $(EASK) compile
+
 test:
        @echo "Testing..."
        $(EMACS) -Q -batch -L . -l csharp-mode-tests.el -f 
csharp-mode-tests-setup -f ert-run-tests-batch-and-exit



reply via email to

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