By admin on
Monday, February 12, 2007
I have taken the last few days to setup and implement Continuous Integration for the BugNET project. For those who are not familiar with this process please refer to this good article by Martin Fowler.
I am a big fan of this process and we have been using it where I work for sometime now. Setting it up for this project is part of my plan to shorten the release cycles and put some structure behind the development process. By implementing continuous integration and cruisecontrol.net there will always be deployable build and source packages, unit tested, documented and ready to go after each code check-in. Unfortunately these builds will not be m ...
Read More »