From fea58947a85276a43ec1e57095e320b03f92eccb Mon Sep 17 00:00:00 2001 From: Gluttton Date: Sun, 21 May 2017 23:15:13 +0300 Subject: [PATCH] Add GitLab to CI section. --- 02-Use_the_Tools_Available.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index a6e4a1f..3d43f55 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -63,6 +63,10 @@ Continuous Integration (CI) tools automatically build the source code as changes * Provides hosted build agents and also allows for user-provided build agents * Can be controlled and monitored from within Microsoft Visual Studio * On-Premise installation via Microsoft Team Foundation Server + * [GitLab](https://gitlab.com) + * use custom Docker images, so can be used for C++ + * has free shared runners + * has trivial processing of result of coverage analyze If you have an open source, publicly-hosted project on GitHub: