mmflokati/.drone.yml

9 lines
129 B
YAML
Raw Normal View History

2018-02-20 22:49:51 +00:00
build:
image: golang:1.6
environment:
- FOO=1
2018-02-20 22:58:18 +00:00
- BAR=0
2018-02-20 22:49:51 +00:00
commands:
- go get -a -v
- make test
- make build