Build Process

last modified: April 25, 2014

A Build Process is a set of (hopefully automated) steps to convert your software from source to deliverables.

Having a BuildProcess fully automated is in general a BestPractice, but it's absolutely vital when you're doing ContinuousIntegration (in XP or otherwise).

-- KyleCordes


See also: UsingNmake, AntHill, CruiseControl, IntegrationGuard, ApacheAnt, NantTool


Loading...