From: Joe Wreschnig Date: Sat, 26 Jan 2019 09:00:05 +0000 (+0100) Subject: Add CI integration for GitLab X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=commitdiff_plain;h=65d7caf5d926599a5007eb7bc279215908aa5252 Add CI integration for GitLab Although this mode is still not canonically hosted on GitLab, https://gitlab.com/joewreschnig/pelican-mode contains a CI-enabled mirror. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f244aaf --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +image: "registry.gitlab.com/joewreschnig/emacs-cask-docker-image:alpine-edge" + +test: + stage: test + script: + - make