Can you build "C" code using Team City
Hi,
I am evaluating TeamCity as a CI tool for my new project. I like most of the features.
A few components in my project are built using C. So, I was wondering if I can build those compenents in TeamCity.
Does TeamCity provide any builtin Runner or any opensource plugin available to integrate "make" as a runner in TeamCity?
Please sign in to leave a comment.
make can be started by command line runner. Is it enough for you?
Thank you for the answer. I have one more question in my mind.
1. Can I build a custom runner and integrate it to the TeamCity ? So, that it will show me all the reports, statistics and history etc. as in other built in runners.
2. Can I have custom build failure mechanism? Say if it gets a particular message in the build log then fail the build.
Probably there is no need to write custom plugin. Please take a look here: http://www.jetbrains.net/confluence/display/TCD4/Build+Script+Interaction+with+TeamCity
Also please check the list of available plugins: http://www.jetbrains.net/confluence/display/TW/TeamCity+Plugins