Continuous Integration: What, Why and How - Materials Posted
posted on 11/08/07 at 05:01:24 pm by Joel Ross
This morning, I gave my presentation on continuous integration, and as promised, I'm posting my materials for anyone who wants them.
For those who were at the presentation, this is the contents of my C:\Build folder (the one that would be on the build server). I've removed all of the .svn folders, as well as the bin folders from the compiled code. I've left all of the tools' binaries in there, though.
Over the next week or so, I'm hoping to write up (with screen shots) what I did for the demo, so look for those coming soon, but for now, here's a few more links, including the ones on the last slide:
- CI Servers
- Build Scripting Tools
- Unit Testing
- Code Analysis
- Documentation
- NDoc (Note that the version included is slightly different than the SourceForge version. I found a modified one that worked with .NET 2.0, but can't find the download link now)
- SandCastle
- Additional Resources
Note that not all of these tools are free. NCover requires a license, and Simian is only free for free or open source software.
For everyone who attended, thanks for allowing me to present on something I am passionate about, and hopefully there's something that will benefit you on your future projects.
Tags: Continuous Integration | CruiseControl.NET | NUnit | NAnt | NCover
Categories: Personal, Development