Daily Build - Continuous Integration Builds

Continuous Integration Builds

Although daily builds were considered a best practice of software development in the 1990s, they have now been superseded. Continuous integration is now run on an almost continual basis, with a typical cycle time of around 20-30 minutes since the last change to the source code. Continuous integration servers such as CruiseControl or Hudson continually monitor the source code control system. When new changes are detected, a build tool such as Ant or Maven is used to re-build the software. Good practice today is also to use this as part of continuous testing, so that unit tests are re-run for each build, and more extensive functional testing (which takes longer to perform than the build) performed as frequently as its duration permits.

Read more about this topic:  Daily Build

Famous quotes containing the words continuous, integration and/or builds:

    Perhaps when distant people on other planets pick up some wave-length of ours all they hear is a continuous scream.
    Iris Murdoch (b. 1919)

    The only phenomenon with which writing has always been concomitant is the creation of cities and empires, that is the integration of large numbers of individuals into a political system, and their grading into castes or classes.... It seems to have favored the exploitation of human beings rather than their enlightenment.
    Claude Lévi-Strauss (b. 1908)

    Love seeketh only self to please,
    To bind another to its delight,
    Joys in another’s loss of ease,
    And builds a Hell in Heaven’s despite.
    William Blake (1757–1827)