Skip to content

Commit becb00d

Browse files
committed
Document GitLab CI integration
1 parent 27d5e53 commit becb00d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/build-server-support/build-server-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GitVersion has support for quite a few build servers out of the box. Currently w
44
- [AppVeyor](build-server/appveyor.md)
55
- [Bamboo](build-server/bamboo.md)
66
- [Continua CI](build-server/continua.md)
7+
- [GitLab CI](build-server/gitlab.md)
78
- [Jenkins](build-server/jenkins.md)
89
- [MyGet](build-server/myget.md)
910
- [Octopus Deploy](build-server/octopus-deploy.md)
@@ -14,4 +15,4 @@ GitVersion has support for quite a few build servers out of the box. Currently w
1415
When GitVersion.exe is run with the `/output buildserver` flag instead of outputting Json it will export variables to the current build server.
1516
For instance if you are running in TeamCity after you run `GitVersion /output buildserver` you will have the `%system.GitVersion.SemVer%` available for you to use
1617

17-
When running in MSBuild either from the [MSBuild Task](/usage/msbuild-task) or by using the `/proj myproject.sln` parameter, GitVersion will make the MSBuild variables available in the format `$(GitVersion_SemVer)`.
18+
When running in MSBuild either from the [MSBuild Task](/usage/msbuild-task) or by using the `/proj myproject.sln` parameter, GitVersion will make the MSBuild variables available in the format `$(GitVersion_SemVer)`.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GitLab CI
2+
3+
To use GitVersion with GitLab CI, either use the [MSBuild Task](/usage/msbuild-task) or put the GitVersion executable in your runner's `PATH`.

0 commit comments

Comments
 (0)