Skip to content

Commit 482f5ee

Browse files
authored
Merge pull request cpp-best-practices#68 from Gluttton/add_GitLab_to_CI
Add GitLab to CI section.
2 parents 53ff042 + fea5894 commit 482f5ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Continuous Integration (CI) tools automatically build the source code as changes
6363
* Provides hosted build agents and also allows for user-provided build agents
6464
* Can be controlled and monitored from within Microsoft Visual Studio
6565
* On-Premise installation via Microsoft Team Foundation Server
66+
* [GitLab](https://gitlab.com)
67+
* use custom Docker images, so can be used for C++
68+
* has free shared runners
69+
* has trivial processing of result of coverage analyze
6670

6771
If you have an open source, publicly-hosted project on GitHub:
6872

0 commit comments

Comments
 (0)