aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-06 19:05:04 -0700
committerGravatar Tom Willemse2019-10-06 19:09:45 -0700
commit775552293cbb299bd95f2cfd8b7481820ba32385 (patch)
treef201c47f4d5f17aba222d7fff2e8d4f4a748227a
parentc58b56f4cef3aab6e0f4453f15727963d4dfaf55 (diff)
downloadnew-ryuslash.org-775552293cbb299bd95f2cfd8b7481820ba32385.tar.gz
new-ryuslash.org-775552293cbb299bd95f2cfd8b7481820ba32385.zip
Use Cask to run Emacs
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Cask5
-rw-r--r--GNUmakefile2
3 files changed, 8 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 081b8db..812b0a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,8 @@ stages:
build-html:
stage: build
+ before_script:
+ cask install
script:
make html
artifacts:
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..eccb27c
--- /dev/null
+++ b/Cask
@@ -0,0 +1,5 @@
+(source gnu)
+(source melpa)
+(source org)
+
+(depends-on "org-plus-contrib")
diff --git a/GNUmakefile b/GNUmakefile
index ff308af..b20b224 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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