Use Cask to run Emacs

This commit is contained in:
Tom Willemse 2019-10-06 19:05:04 -07:00
parent c58b56f4ce
commit 775552293c
3 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,8 @@ stages:
build-html:
stage: build
before_script:
cask install
script:
make html
artifacts:

5
Cask Normal file
View file

@ -0,0 +1,5 @@
(source gnu)
(source melpa)
(source org)
(depends-on "org-plus-contrib")

View file

@ -7,7 +7,7 @@ html: public_html/index.html
css: public_html/assets/css/main.css
public_html/%.html: %.org
emacs -batch \
cask emacs -batch \
-funcall package-initialize \
-load project-config.el \
-funcall publish-ryuslash.org