10 lines
108 B
YAML
10 lines
108 B
YAML
|
|
pipeline:
|
|
backend:
|
|
image: golang:1.11
|
|
commands:
|
|
- go get
|
|
- go build
|
|
- go test
|
|
|