Skip to content
Snippets Groups Projects
Commit a6be3d4c authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Refer everyone to the official runner.

parent d9dd8f9c
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -110,14 +110,13 @@ extra_js:
<div class="col-xs-1 col-md-1"></div>
<div class="col-xs-10 col-md-10">
<h2>GitLab Runner</h2>
<p>To perform the actual build, you need to install GitLab Runner.</p>
<p>To perform the actual build, you need to install GitLab Runner. It is written in Go and runs on Linux, OSX and Windows. You can use it to test projects in any language: <b>Java</b>, <b>.NET</b>, <b>PHP</b>, <b>C</b>, <b>Javascript</b>, <b>Python</b>, etc.</p>
<ul>
<li><a href="https://gitlab.com/gitlab-org/gitlab-ci-multi-runner"><b>Official GitLab Runner in Go with Docker support for Linux, OSX and Windows</b></a> (recommended)</li>
<li><a href="https://gitlab.com/gitlab-org/omnibus-gitlab-runner/blob/master/doc/install/README.md">GitLab Runner Omnibus package for Linux</a> (deprecated)</li>
<li><a href="https://gitlab.com/gitlab-org/gitlab-ci-runner">GitLab Runner source code for Linux</a> (deprecated)</li>
<li><a href="https://github.com/virtualmarc/gitlab-ci-runner-win">Unofficial GitLab Runner for Windows</a></li>
<li><a href="https://github.com/nafg/gitlab-ci-runner-scala">Unofficial GitLab Runner for Scala/Java</a></li>
<li><a href="https://www.npmjs.com/package/gcr">Unofficial GitLab Runner for Node</a></li>
<li><a href="Linux installation">https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/linux-repository.md/a></li>
<li><a href="OSX installation">https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/osx.md</a></li>
<li><a href="Windows installation">https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/windows.md</a></li>
<li><a href="Docker container installation">https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/docker.md</a></li>
<li><a href="https://gitlab.com/gitlab-org/gitlab-ci-multi-runner">Readme</a></li>
</ul>
<div class="col-xs-1 col-md-2"></div>
</div>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment