Difference between revisions of "Autobuild build"
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…") |
Rand Linden (talk | contribs) |
||
Line 7: | Line 7: | ||
to the author). | to the author). | ||
======================================================================== --> | ======================================================================== --> | ||
{{Autobuild Cmd | |||
|command= | |||
autobuild build ''option'' [''argument''] [''option'' [''argument'']] ... | |||
|comments=This command builds platform targets. | |||
}} | |||
{| class=lltable border=1 | |||
|-- | |||
!Option | |||
!Argument | |||
!Description | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | -h, --help | ||
| | |None | ||
|Show this help message and exit | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --config-file ''config-file'' | ||
|Configuration file to use | |||
|Build using the specified configuration file | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --no-configure | ||
| | |None | ||
|Do not configure before building | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --all, -a | ||
| | |None | ||
|Build all configurations | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --configuration ''config'', -c ''config'' | ||
| | | Configuration to use | ||
| Build a specific build configuration | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --use-cwd | ||
| | |None | ||
|Build in current working directory | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --dry-run | ||
| | |None | ||
|Run tool in dry run mode if available | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --quiet | ||
| | |None | ||
|Minimal output | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --verbose | ||
| | |None | ||
|Verbose output | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | --debug | ||
|None | |||
|Run in debug mode | |||
|} | |} | ||
[[Category:Autobuild]] | [[Category:Autobuild]] |
Revision as of 14:22, 9 March 2011
autobuild build option [argument] [option [argument]] ...
This command builds platform targets.
Standard Options
Option | Shortcut | Value | Description |
---|---|---|---|
--debug | -d | None | Display debug output |
--dry-run | -n | None | Run tool in dry run mode if available |
--help | -h | None | Show help message |
--quiet | -q | None | Display minimal output |
--verbose | -v | None | Display verbose output |
Option | Argument | Description |
---|---|---|
-h, --help | None | Show this help message and exit |
--config-file config-file | Configuration file to use | Build using the specified configuration file |
--no-configure | None | Do not configure before building |
--all, -a | None | Build all configurations |
--configuration config, -c config | Configuration to use | Build a specific build configuration |
--use-cwd | None | Build in current working directory |
--dry-run | None | Run tool in dry run mode if available |
--quiet | None | Minimal output |
--verbose | None | Verbose output |
--debug | None | Run in debug mode |