关于“自动构建” 系统
我有一些用 C++ 编写并使用 Visual Studio 2005 编译的项目。我使用 SVN 进行源代码控制。 您能推荐一个自动构建系统来编译我的代码吗?
I have some projects which I wrote in C++ and compile with Visual Studio 2005. I'm using SVN for source control. Could you recommend an auto-build system to compile my code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FinalBuilder 是首屈一指的,请检查:http://www.finalbuilder.com/
FinalBuilder is second to none, check it: http://www.finalbuilder.com/
Cruisecontrol 或 Cruisecontrol.net 都适合此类任务。 您可以单独使用它们,也可以与构建(非自动构建)工具(例如 ant 或 nant)结合使用它们。
(它们都是免费的)。
不要因为他们的 java 或 .net 基础而推迟,它们都会很高兴地允许您从 svn 构建 Visual Studio C++。
请参阅
http://cruisecontrol.sourceforge.net/
http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET
Cruisecontrol or Cruisecontrol.net are both good for this kind of task. You can use them either alone or in partnership with a build (not autobuild) tool e.g. ant or nant.
(They are both free).
Don't be put off by their java or .net basis, either will happily allow you to build visual studio c++ from svn.
see
http://cruisecontrol.sourceforge.net/
http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET