Difference between revisions of "Continuous Integration"
From BRL-CAD
Line 1: | Line 1: | ||
BRL-CAD will soon have the beginnings of a Continuous Integration (CI) system. A CI is sometimes called a continuous build system. It provides an automated build/test cycle. | BRL-CAD will soon have the beginnings of a Continuous Integration (CI) system. A CI is sometimes called a continuous build system. It provides an automated build/test cycle. | ||
− | The current CI system is 'buildbot'. See the file 'HACKING.continuous_integration' in the source directory for more information. | + | The current CI system is [http://trac.buildbot.net/ 'buildbot']. See the file 'HACKING.continuous_integration' in the source directory for more information. |
Revision as of 12:45, 4 December 2011
BRL-CAD will soon have the beginnings of a Continuous Integration (CI) system. A CI is sometimes called a continuous build system. It provides an automated build/test cycle.
The current CI system is 'buildbot'. See the file 'HACKING.continuous_integration' in the source directory for more information.