build_project
Build an O3DE project by running CMake configure and build, with configurable timeouts and profile, debug, or release configurations.
Instructions
Build an O3DE project using CMake.
This runs CMake configure followed by CMake build. Timeouts are
configurable via O3DE_CONFIGURE_TIMEOUT and O3DE_BUILD_TIMEOUT
environment variables.
Args: project_path: Path to the O3DE project. config: Build configuration -- profile, debug, or release (default: profile).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | profile | |
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |