|
Written by Graham Stoney
|
|
The real world is not perfect; things break. And when they break, you want to know about it so you can fix it as soon as possible. When the build fails unexpectedly, developers will start running into roadblocks.
So set up an automated nightly rebuild on one of your machines that does a clean check out of the latest version at the head of the trunk, builds it, and runs the regression tests. Have a team policy where everyone takes pride in having things work, and takes great care never to cause the nightly build and regression tests to fail.
|