aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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