Configure TC to run builds for Visual Studio
Hi everybody,
I never used TC before and I am trying to find a good turorial or somedy who could help me to explain how to configure TC to run builds for Visual Studio 2005 and 2012 ( obvisouly for Win32 ).
Probably it already exists somewhere here in the forum but the responses I saw are specific messages regarding a specific question, I would like something starting from 0 , TC is properly installed and running for java ( with maven) but no with C/C++
Thank you
regards
José A
Please sign in to leave a comment.
Hi, you need to do the following steps:
1) check-in your code to the version control,
2) Install and start TC (using TC/bin/runAll.bat start)
3) Go to http://localhost:8111 and click "Create new project from URL"
4) Provide repository URL and credentials (if necessary)
5) On the build steps page, choose necessary build steps that wizard finds and configure them, if necessary
6) Click run button and then go to "build configuration home"
thank you very much Sergey,
In my case TC is in a server with linux, I am with Windows.
I heard that I must install an agent build in local and then onboard it in TC. Is it correct?
Yes, correct. All builds are run on agent. And agent must have all necessary to run software installed and configured.
Thank you again Sergey,
How can I onboard my nuild agent into Teamcity please?
best regards
JoséA
You need to go to Agents tab->Unauthorized and authorize the agent.
thank you very much Sergey