I have used CruiseControl very successfully for Visual Studio projects that I have been involved in. I now want to use it as a build server for other projects that do not use Visual Studio e.g. gcc, VxWorks, Embedded C Compilers.I imagine that this would be achievable.
One issue I have is that some of the compilers are only located on the developers not on the build server. I have been trying to figure out how we can have both the developer and build server use the same compiler. I have noticed that there is a tool can run a program on a remote machine, Has anyone used this within a CruiseControl build environment?
I am wondering if anyone has experience in this area.
Thanks,
Liam