Skip to content

Commit a724af6

Browse files
committed
tests(makefile): Add compile to CI test
1 parent b5f11f4 commit a724af6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ EASK ?= eask
33

44
TESTHOME=/tmp/emacs
55

6-
ci: build test
6+
ci: build compile test
77

88
package:
99
$(EASK) package
1010

1111
build: package
1212
$(EASK) install
1313

14+
compile:
15+
$(EASK) compile
16+
1417
test:
1518
@echo "Testing..."
1619
$(EMACS) -Q -batch -L . -l csharp-mode-tests.el -f csharp-mode-tests-setup -f ert-run-tests-batch-and-exit

0 commit comments

Comments
 (0)