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