<command>

❗️
This command is not cacheable.

Invoke make target. Example for command __dispatch__:

@make __dispatch__ {
    variables = { configuration: "Release" }
    args = "-d"
}

Argument Reference

The following arguments are supported:

  • variables - (Optional) Variables to pass to make target.
  • args - (Optional) Arguments for command.
Last updated on