build

Builds the project with cargo build.

@cargo build {
    profile = "release"
    args = "--keep-going"
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • profile - (Optional) Cargo profile (defaults to dev).
  • args - (Optional) Additional arguments passed to cargo build.
Last updated on