build
Builds the project with cargo build.
@cargo build {
profile = "release"
args = "--keep-going"
}Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | no |
Argument Reference
The following arguments are supported:
profile- (Optional) Cargo profile (defaults todev).args- (Optional) Additional arguments passed tocargo build.
Last updated on