7 lines
86 B
YAML
7 lines
86 B
YAML
|
pipeline:
|
||
|
backend:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go build
|
||
|
- go test
|