From 5289443ceff230dfc8a2c1c6b524c90560eb08a5 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 26 Jan 2019 09:45:04 +0100 Subject: [PATCH] Add CI integration for GitLab Although this mode is still not canonically hosted on GitLab, https://gitlab.com/joewreschnig/apt-sources-list-mode contains a CI-enabled mirror. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml 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 -- 2.20.1