Update CI

This commit is contained in:
Jen-Chieh Shen 2022-02-19 22:44:21 +08:00
parent aaed826c9c
commit 6bfe9144b6
2 changed files with 34 additions and 13 deletions

View file

@ -7,14 +7,14 @@ PKG-FILES := vs-light-theme.el
TEST-FILES := $(shell ls test/vs-light-theme-*.el)
.PHONY: clean checkdoc lint unix-build unix-compile unix-test
.PHONY: clean checkdoc lint build compile unix-test
unix-ci: clean unix-build unix-compile
ci: clean build compile
unix-build:
build:
$(CASK) install
unix-compile:
compile:
@echo "Compiling..."
@$(CASK) $(EMACS) -Q --batch \
-L . \