mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
If you mention hudson, you have to mention jenkins too
This commit is contained in:
@@ -38,7 +38,10 @@ Continuous Integration (CI) tools automatically build the source code as changes
|
|||||||
* [AppVeyor](http://www.appveyor.com/)
|
* [AppVeyor](http://www.appveyor.com/)
|
||||||
* supports Windows, MSVC and MinGW
|
* supports Windows, MSVC and MinGW
|
||||||
* free for public repositoris on GitHub
|
* free for public repositoris on GitHub
|
||||||
* [Hudson CI](http://hudson-ci.org/)
|
* [Hudson CI](http://hudson-ci.org/) / [Jenkins CI](https://jenkins-ci.org/)
|
||||||
|
* Java Application Server is required
|
||||||
|
* supports Windows, OS X, and Linux
|
||||||
|
* extendable with a lot of plugins
|
||||||
* [TeamCity](https://www.jetbrains.com/teamcity)
|
* [TeamCity](https://www.jetbrains.com/teamcity)
|
||||||
* has a free option for open source projects
|
* has a free option for open source projects
|
||||||
* [Decent CI](https://github.com/lefticus/decent_ci)
|
* [Decent CI](https://github.com/lefticus/decent_ci)
|
||||||
|
|||||||
Reference in New Issue
Block a user