Add cask.

This commit is contained in:
Vincent Zhang 2018-07-05 16:49:42 +08:00
parent 7607cc5c81
commit 6d898bc7d6
2 changed files with 5 additions and 3 deletions

View file

@ -19,4 +19,5 @@ before_install:
script: script:
- emacs --version - emacs --version
# - emacs --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el - pwd
- cask emacs cask --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el

3
Cask
View file

@ -2,6 +2,7 @@
(package "doom-modeline" "0.2.0" "A fancy mode-line from DOOM Emacs.") (package "doom-modeline" "0.2.0" "A fancy mode-line from DOOM Emacs.")
(depends-on "all-the-icons") (package-file "doom-modeline.el")
(development (development
(depends-on "ert-runner")) (depends-on "ert-runner"))