delphi - Delphi 的 Teamcity 插件

标签 delphi delphi-2010 teamcity delphi-ide

有谁知道是否有适用于 Delphi-IDE 的 Teamcity 插件(例如 Visualstudio 的插件),可以直接从 IDE 运行个人构建?

谢谢

最佳答案

如果您的 VCS 是 Git 或 Mercurial,还可以在功能分支上定义触发器,这将自动运行个人构建:

Remote run on changes in DVCSs branches: New build trigger added that watches for commits into Git or Mercurial branches and adds personal build to the build queue when commit detected.

发现于:http://blog.caraulean.com/2011/05/31/quick-tip-configure-teamcity-6-5-to-run-a-personal-build-when-youve-committed-to-a-branch/

关于delphi - Delphi 的 Teamcity 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7006702/

相关文章:

teamcity - SpecRun 和 TeamCity 集成通过/失败

teamcity - dotnet test 命令忽略带有 NUnit 结果的文件的创建

delphi - 在 Delphi XE 中渲染混合矢量和位图图像的最佳方法是什么

json - 导航 JSON 路径

c# - "Neighbor function"使用 A* 算法优化解决 8-Puzzle

delphi - 用 Delphi 编写请等待屏幕的最简单方法是什么?

delphi - AnsiStrIComp 无法比较 Delphi 2010 中的字符串

Delphi:泛型后代的泛型列表并以泛型作为参数

delphi - Delphi 2010 中 RadioGroup.ControlCount 的问题

configuration - 如何让 TeamCity 排除 nunit 测试类别?