Difference between revisions of "Autobuild build"

From Second Life Wiki
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 7: Line 7:
to the author).
to the author).
======================================================================== -->
======================================================================== -->
Usage:
{{Autobuild Cmd
      <nowiki>autobuild build [-h] [--no-configure] [--config-file CONFIG_FILE] [-a]</nowiki>
|command=
                      <nowiki>[-c CONFIGURATION] [--dry-run] -- [OPT [OPT ...]]</nowiki>
autobuild build ''option'' [''argument''] [''option'' [''argument'']] ...
|comments=This command builds platform targets.
}}


 
{| class=lltable border=1
Arguments:
|--
 
!Option
:;<nowiki>OPT</nowiki>
!Argument
::<nowiki>an option to pass to the build command </nowiki>
!Description
 
Options:
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>-h, --help</nowiki>
| -h, --help
|<nowiki>show this help message and exit</nowiki>
|None
|Show this help message and exit


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
| --config-file ''config-file''
|Configuration file to use
|Build using the specified configuration file


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--no-configure</nowiki>
| --no-configure
|<nowiki>do not configure before building</nowiki>
|None
|Do not configure before building


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--all, -a</nowiki>
| --all, -a
|<nowiki>build all configurations</nowiki>
|None
|Build all configurations


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--configuration&nbsp;[CONFIGURATION], -c&nbsp;[CONFIGURATION]</nowiki>
| --configuration ''config'', -c ''config''
| <nowiki>build a specific build configuration</nowiki>
| Configuration to use
| Build a specific build configuration


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--use-cwd</nowiki>
| --use-cwd
|<nowiki>build in current working directory</nowiki>
|None
|Build in current working directory


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--dry-run</nowiki>
| --dry-run
|<nowiki>run tool in dry run mode if available</nowiki>
|None
|Run tool in dry run mode if available


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--quiet</nowiki>
| --quiet
|<nowiki>minimal output</nowiki>
|None
|Minimal output


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--verbose</nowiki>
| --verbose
|<nowiki>verbose output</nowiki>
|None
|Verbose output


|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<nowiki>--debug</nowiki>
| --debug
|None
|Run in debug mode


|}
|}


[[Category:Autobuild]]
[[Category:Autobuild]]

Revision as of 15: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