Difference between revisions of "Continuous Integration"

From BRL-CAD
(info on soon-to-be CI system)
 
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.continous_integration' in the source directory for more information.
+
The current CI system is 'buildbot'.  See the file 'HACKING.continuous_integration' in the source directory for more information.

Revision as of 13:43, 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.