aboutsummaryrefslogtreecommitdiff
path: root/contrib/continuous
Commit message (Collapse)AuthorAge
* contrib/continuous: a continuous integration build managerShawn O. Pearce2007-03-19
This is a simple but powerful continuous integration build system for Git. It works by receiving push events from repositories through the post-receive hook, aggregates them on a per-branch basis into a first-come-first-serve build queue, and lets a background build daemon perform builds one at a time. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>