mmflokati/.drone.yml

9 lines
139 B
YAML

pipeline:
build:
image: golang:1.6
environment:
- FOO=4
commands:
- go get -a -v
- go test
- go build