Skip to content

Commit 5f148ab

Browse files
committed
Init before install
1 parent cde8052 commit 5f148ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ LINT="(progn \
1919
(package-lint-batch-and-exit))"
2020

2121
build:
22+
@$(CASK) $(EMACS) -Q --batch \
23+
--eval $(INIT)
2224
cask install
2325

26+
2427
unix-ci: WINDOWS-INSTALL=
2528
unix-ci: clean build compile checkdoc lint unix-test
2629

0 commit comments

Comments
 (0)