Difference between revisions of "Autobuild edit"
Jump to navigation
Jump to search
(Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…") |
|||
Line 8: | Line 8: | ||
======================================================================== --> | ======================================================================== --> | ||
Usage: | Usage: | ||
<nowiki>autobuild | <nowiki>autobuild build [-h] [--no-configure] [--config-file CONFIG_FILE] [-a]</nowiki> | ||
<nowiki>[-c CONFIGURATION] [--dry-run] -- [OPT [OPT ...]]</nowiki> | |||
Arguments: | |||
:;<nowiki>OPT</nowiki> | |||
::<nowiki>an option to pass to the build command </nowiki> | |||
Options: | Options: | ||
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;" | :{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;" | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
|<nowiki>-h, --help</nowiki> | |<nowiki>-h, --help</nowiki> | ||
|<nowiki>show this help message and exit</nowiki> | |<nowiki>show this help message and exit</nowiki> | ||
|- style="vertical-align: top;" | |||
|<nowiki>--config-file CONFIG_FILE</nowiki> | |||
| <nowiki>(defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")</nowiki> | |||
|- style="vertical-align: top;" | |||
|<nowiki>--no-configure</nowiki> | |||
|<nowiki>do not configure before building</nowiki> | |||
|- style="vertical-align: top;" | |||
|<nowiki>--all, -a</nowiki> | |||
|<nowiki>build all configurations</nowiki> | |||
|- style="vertical-align: top;" | |||
|<nowiki>--configuration [CONFIGURATION], -c [CONFIGURATION]</nowiki> | |||
| <nowiki>build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)</nowiki> | |||
|- style="vertical-align: top;" | |||
|<nowiki>--use-cwd</nowiki> | |||
|<nowiki>build in current working directory</nowiki> | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
Line 34: | Line 58: | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
|<nowiki>-d, --debug</nowiki> | |<nowiki>-d, --debug</nowiki> | ||
|} | |} | ||
[[Category:Autobuild]] | [[Category:Autobuild]] |
Revision as of 18:57, 13 February 2011
Usage:
autobuild build [-h] [--no-configure] [--config-file CONFIG_FILE] [-a] [-c CONFIGURATION] [--dry-run] -- [OPT [OPT ...]]
Arguments:
- OPT
- an option to pass to the build command
Options:
-h, --help show this help message and exit --config-file CONFIG_FILE (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml") --no-configure do not configure before building --all, -a build all configurations --configuration [CONFIGURATION], -c [CONFIGURATION] build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION) --use-cwd build in current working directory -n, --dry-run run tool in dry run mode if available -q, --quiet minimal output -v, --verbose verbose output -d, --debug