Build¶
The build command consists of a few different flows depending on the platform being worked on.
Common code can be found here.
Build Platforms
The following is for the entrypoint into the build command.
The relenv build
command.
- relenv.build.main(args)¶
The entrypoint to the
build
command.- Parameters:
args (
argparse.Namespace
) – The arguments to the command
- relenv.build.platform_module()¶
Return the right module based on sys.platform.
- relenv.build.platform_versions()¶
Return the right module based on sys.platform.
- relenv.build.setup_parser(subparsers)¶
Setup the subparser for the
build
command.- Parameters:
subparsers (argparse._SubParsersAction) – The subparsers object returned from
add_subparsers