Use Cask to run Emacs
This commit is contained in:
parent
c58b56f4ce
commit
775552293c
3 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,8 @@ stages:
|
||||||
|
|
||||||
build-html:
|
build-html:
|
||||||
stage: build
|
stage: build
|
||||||
|
before_script:
|
||||||
|
cask install
|
||||||
script:
|
script:
|
||||||
make html
|
make html
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
5
Cask
Normal file
5
Cask
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
(source gnu)
|
||||||
|
(source melpa)
|
||||||
|
(source org)
|
||||||
|
|
||||||
|
(depends-on "org-plus-contrib")
|
|
@ -7,7 +7,7 @@ html: public_html/index.html
|
||||||
css: public_html/assets/css/main.css
|
css: public_html/assets/css/main.css
|
||||||
|
|
||||||
public_html/%.html: %.org
|
public_html/%.html: %.org
|
||||||
emacs -batch \
|
cask emacs -batch \
|
||||||
-funcall package-initialize \
|
-funcall package-initialize \
|
||||||
-load project-config.el \
|
-load project-config.el \
|
||||||
-funcall publish-ryuslash.org
|
-funcall publish-ryuslash.org
|
||||||
|
|
Loading…
Reference in a new issue