mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
11 lines
172 B
YAML
11 lines
172 B
YAML
|
steps:
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go build
|
||
|
- go test
|
||
|
backend_options:
|
||
|
custom_backend:
|
||
|
option1: xyz
|
||
|
option2: [1, 2, 3]
|