Introduction
Reference
News
Installation
Quick Start
Download
|
The BusyB trigger entry simply tells BusyB when to actually do
a build. BusyB supports a number of triggers:
The once trigger just runs the
build once.
The repeat trigger repeats the
build at definite time intervals.
The whenCmdOK trigger executes
a build when a command returns a good status.
The whenFilesChange trigger
executes a build when one or more files in a directory tree
change.
The and, or
and not triggers allow you to build
complex logical combinations of triggers.
|