Category Archives: Build And Deployment

An introduction to build pipelining 0

Update 1: Fixed arrows on two of the images – damn Visio… Update 2: Tweaked the final diagram to show build artifacts being checked in and retrieved Lets look at a fairly simple build.

Speeding up the build 0

Update: Fixed typo Introduction Slow builds are perhaps the most irritating thing for a developer. Having worked on two projects now with +30 minute continuous integration builds, it’s something of a personal bugbear for me. Before we look at some ways to speed up the build, I thought I’d start with my definition of what [...]