Steps for building and testing with Golang.
Name | Required | Type | Default | Description |
---|---|---|---|---|
buildImage | Required | String | Docker image containg tools for Rust. | |
additionalArgs | List | A list of additional flags to send to the cargo command. | ||
components | List | Additional rustup components to install. | ||
command | String | build |
Which cargo command to execute. |
Create a Pull Request in GitHub.
Name | Type | Default | Description |
---|---|---|---|
buildImage | String | Docker image containg tools for Rust. | |
additionalArgs | List | A list of additional flags to send to the cargo command. | |
components | List | Additional rustup components to install. | |
command | String | build |
Which cargo command to execute. |
branches:
feature:
steps:
- rust:
- cargo:
- cargo:
command: build
title: Fix for issue {{ branch_name }}.
pipelines:
tools:
branches:
patterns:
feature: .+
branches:
feature:
steps:
- rust:
- cargo:
command: build