Skip to content

Commit

Permalink
contrib/continuous: a continuous integration build manager
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn O. Pearce authored and Junio C Hamano committed Mar 20, 2007
1 parent 1b89ef1 commit 3e993bb
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 0 deletions.
Loading

0 comments on commit 3e993bb

Please sign in to comment.