Created GitLab CI setup (markdown)

This commit is contained in:
Dominik Picheta 2016-09-08 13:03:30 +02:00
parent d4f1cc8ee8
commit ab1e4633c0
1 changed files with 13 additions and 0 deletions

13
GitLab-CI-setup.md Normal file
View File

@ -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