We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
Team City 有一个开源许可选项(如果这就是您的意思)由不可出售。如果没有,请查看 Hudson。
编辑:这里是在 Windows 上运行从站的说明。
Team City has an Open Source licensing option if that is what you mean by non-sellable. If not, look at Hudson.
EDIT: Here are the instructions for running a slave on Windows.
您可以尝试 Hudson 或 克鲁西控制。我们正在从 CC.Net 迁移到 Hudson。
You can try Hudson or Crusie Control. We are moving from CC.Net to Hudson.
我们使用 CruiseControl.NET。与 TeamCity 相比,配置有点困难(您需要编辑 XML 配置,这很容易出错),但具有很多功能。
它可以与 SVN(以及许多其他 VCS)配合使用,检测更改并自动启动构建,您可以将其设置为运行测试、显示覆盖率分析等。
并且它支持许多构建引擎,例如 NAnt 和 MSBuild(用于Visual Studio 的解决方案)。请注意,要构建 VC++ 项目,您需要在构建计算机上部署 Windows SDK。
如果需要的话,编写插件也很简单。
We use CruiseControl.NET. It's a bit hard to configure comparing to TeamCity (you'll need to edit XML config, which is error-prone), but has a lot of features.
It can work with SVN (and many other VCSs), detect changes and start build automatically, you can set it up to run tests, display coverage analysis etc.
And it supports many build engines, such as NAnt and MSBuild (which is used in Visual Studio for its solutions). Note that for VC++ projects to build you'll need to deploy Windows SDK on your build machine.
It is also very simple to write plugins if necessary.
要回答问题的“更新:”部分,是的,Hudson 支持构建代理:
“Hudson 支持“主/从”模式,其中构建项目的工作量被委托给多个“从”节点,允许单个 Hudson 安装来托管大量项目,或提供构建/测试所需的不同环境。”
-- http://wiki.hudson-ci.org/display/HUDSON/分布式+构建
To answer the "Update:" portion of the question, yes, Hudson supports build agents:
"Hudson supports the "master/slave" mode, where the workload of building projects are delegated to multiple "slave" nodes, allowing single Hudson installation to host a large number of projects, or provide different environments needed for builds/tests."
-- http://wiki.hudson-ci.org/display/HUDSON/Distributed+builds
CruiseControl 非常好。对于 .net,请检查 CruiseControl.net。对于 Ruby,CruiseControl.rb
CruiseControl is quite nice. For .net, check CruiseControl.net. For Ruby, CruiseControl.rb
你可以试试詹金斯。
其中支持100个
You can try jenkins.
Which support 100