与 Google Code 持续集成(C# 应用程序)

发布于 2024-08-09 08:18:42 字数 166 浏览 0 评论 0原文

我和我的团队在 Google Code 上托管我们项目的存储库。我们希望有一个持续集成设置,以便在进行修改时,它会尝试构建项目并运行测试以确保一切正常。据我所知,解决方案是让外部机器监听存储库的更改,然后获取更新的文件并尝试构建它,等等。

我的问题是如何使用 Google Code 存储库设置此场景。

My team and I are hosting our project's repository on Google Code. We would like to have a Continuous Integration setup so that when modifications are made, it tries to build the project and run the tests to make sure that everything's okay. From what I hear, a solution to this is to have an external machine listen to the repository for changes, then grab the updated files and try to build it, etc.

My question is how to set up this scenario with a Google Code repository.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

用心笑 2024-08-16 08:18:42

如果您使用 TeamCity 之类的工具,则可以将源代码管理根目录设置为指向 GoogleCode 上托管的 SVN 存储库。

这通常类似于 http://yourproject.googlecode.com/svn/trunk(假设您为主代码行创建了一个主干)。

例如,我们的一个开源项目的链接是:http://masstransit.googlecode.com /svn/trunk/

无需身份验证,您可以在 TeamCity 中创建项目时设置 VCS 根目录。

If you use something like TeamCity, you can setup your source control root to point to the SVN repository hosted on GoogleCode.

This is usually something like http://yourproject.googlecode.com/svn/trunk (assuming you created a trunk for you main line of code).

For example, our link for one of our open source projects is: http://masstransit.googlecode.com/svn/trunk/

No authentication is needed, and you setup the VCS root as part of creating a project in TeamCity.

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