mmflokati/.drone.yml

8 lines
117 B
YAML

build:
image: golang:1.6
environment:
- FOO=1
commands:
- go get -a -v
- make test
- make build