Lines Matching full:build
48 class Build(AbstractSequencedCommand):
49 name = "build"
50 help_text = "Update working copy and build"
54 steps.Build,
59 name = "build-and-test"
60 help_text = "Update working copy, build, and run the tests"
64 steps.Build,
78 steps.Build,
84 land will build and run the tests before committing.
166 name = "build-attachment"
167 help_text = "Apply and build patches from bugzilla"
173 steps.Build,
213 steps.Build,