From ab1e4633c0dbcfc229bd2391af1f24a4f4e81141 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 8 Sep 2016 13:03:30 +0200 Subject: [PATCH] Created GitLab CI setup (markdown) --- GitLab-CI-setup.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 GitLab-CI-setup.md diff --git a/GitLab-CI-setup.md b/GitLab-CI-setup.md new file mode 100644 index 0000000..97a2074 --- /dev/null +++ b/GitLab-CI-setup.md @@ -0,0 +1,13 @@ +# GitLab CI + +This page contains instructions on how to set up the GitLab CI runner on your machine. Perfect if you would like to allow us to use it in our continuous integration pipeline. + +The installation is fairly simple, but there are some problems that need a workaround. In particular for Windows. + +Basically, you want to follow the following instructions to set up the runner: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner#install-gitlab-runner (pick the ones for your OS). + +## On Windows? + +There is currently an open issue for the GitLab CI runner which means that artifacts are not handled properly on Windows. The workaround for now is to use a slightly older version of it. For more details see [here](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1523). + +Basically download v1.3.4, amd64 download here: https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.3.4/binaries/gitlab-ci-multi-runner-windows-amd64.exe \ No newline at end of file