About the Auto-assembly system

I have several projects that I wrote in C ++ and compiled with Visual Studio 2005. I am using SVN for source control. Could you recommend an automated build system for compiling my code?

+1


a source to share


2 answers


Cruisecontrol or Cruisecontrol.net are good for this kind of task. You can use them both on their own or in partnership with a build tool (not auto object) for example. ant or nant.

(They are both free.)

Don't postpone them based on java or .net, or gladly let you create visual c ++ studio from svn.



cm

http://cruisecontrol.sourceforge.net/

http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET

+1


a source


FinalBuilder is second to none, check it out: http://www.finalbuilder.com/



+1


a source







All Articles