Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parallel ¶
func Parallel(graph *core.BuildGraph, labels []core.BuildLabel, args []string) int
Parallel runs a series of targets in parallel. Returns true if all were successful.
func Run ¶
func Run(graph *core.BuildGraph, label core.BuildLabel, args []string)
Run implements the running part of 'plz run'.
func Sequential ¶
func Sequential(graph *core.BuildGraph, labels []core.BuildLabel, args []string) int
Sequential runs a series of targets sequentially. Returns true if all were successful.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.