mmflokati/.drone.yml

8 lines
108 B
YAML

pipeline:
build:
image: golang
commands:
- go get -d ./...
- go build
- go test