mmflokati/.drone.yml

9 lines
139 B
YAML
Raw Normal View History

2018-02-20 22:59:52 +00:00
pipeline:
build:
image: golang:1.6
environment:
2018-02-21 11:42:28 +00:00
- FOO=5
2018-02-20 22:59:52 +00:00
commands:
- go get -a -v
2018-02-21 11:13:22 +00:00
- go test
- go build