build

Build project.

@cargo build {
    profile: "release"
    arguments: "--keep-going"
}

Argument Reference

The following arguments are supported:

  • profile - (Optional) Profile to use to build project. Default is dev.
  • arguments - (Optional) Arguments for command.
Last updated on