Includes workflows for running various language independent build tools.
Name | Type | Default | Section | Description |
---|---|---|---|---|
buildImage | String | mage | Docker image that has Mage installed. | |
target | String | mage | The mage target to execute. | |
mageFileDir | String | . |
mage | The directory containing your magefile. |
Execute mage targets.
Name | Type | Default | Description |
---|---|---|---|
buildImage | String | Docker image that has Mage installed. | |
target | String | The mage target to execute. | |
mageFileDir | String | . |
The directory containing your magefile. |
branches:
feature:
steps:
- build:
- mage:
- mage:
target: Install
pipelines:
tools:
mage:
buildImage: "quay.io/example/mage"
branches:
patterns:
feature: .+
branches:
feature:
steps:
- build:
- mage:
- build:
- mage:
target: Docker