Domanda

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

È stato utile?

Soluzione

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/

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top