关于“自动构建” 系统

发布于 2024-07-19 05:41:36 字数 87 浏览 3 评论 0原文

我有一些用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

棒棒糖 2024-07-26 05:41:37

FinalBuilder 是首屈一指的,请检查:http://www.finalbuilder.com/

FinalBuilder is second to none, check it: http://www.finalbuilder.com/

奢欲 2024-07-26 05:41:36

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文