mmflokati/.drone.yml

11 lines
171 B
YAML

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