Recent changesContact the site administrator
Home
ContinuousIntegration

Continous Integration

Volgens wikipedia: Continuous integration is a software engineering term describing a process that completely rebuilds and tests an application frequently. Generally it takes the form of a server process or daemon that monitors a file system or version control system (such as CVS) system for changes and automatically runs the build process (e.g. a make script or Ant-style build script) and then runs test scripts (e.g. JUnit or NUnit).

Zie BuildTools voor tools die het continuous integration proces ondersteunen.

Informatie Brains4all