mmflokati/.drone.yml

9 lines
129 B
YAML

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