6 lines
83 B
YAML
6 lines
83 B
YAML
pipeline:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test |