build
Builds the project with cargo build.
@cargo build {
profile = "dev"
args = "--keep-going"
}Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | no |
Argument Reference
The following arguments are supported:
profile- (Optional) Cargo profile name (lowercase, for examplerelease). Default value isdev.args- (Optional) Extracargo buildarguments.
Last updated on