Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Teamcity plugin for Delphi

Does anybody know if there is any Teamcity plugin for Delphi-IDE like the one for Visualstudio, which enables running personalbuilds directly from the IDE?

thank you

like image 843
CloudyMarble Avatar asked Feb 12 '26 20:02

CloudyMarble


1 Answers

If your VCS is Git or Mercurial, it is also possble to define a trigger on your feature branches, which will run the personal build automatically:

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.

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

like image 62
mjn Avatar answered Feb 15 '26 10:02

mjn