mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Merge pull request #68 from Gluttton/add_GitLab_to_CI
Add GitLab to CI section.
This commit is contained in:
@@ -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
|
* Provides hosted build agents and also allows for user-provided build agents
|
||||||
* Can be controlled and monitored from within Microsoft Visual Studio
|
* Can be controlled and monitored from within Microsoft Visual Studio
|
||||||
* On-Premise installation via Microsoft Team Foundation Server
|
* 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:
|
If you have an open source, publicly-hosted project on GitHub:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user