mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-15 14:51:03 -08:00
Update CI
This commit is contained in:
parent
aaed826c9c
commit
6bfe9144b6
2 changed files with 34 additions and 13 deletions
8
Makefile
8
Makefile
|
|
@ -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 . \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue