mmflokati/.drone.yml

11 lines
171 B
YAML
Raw Normal View History

2018-02-20 22:59:52 +00:00
pipeline:
build:
image: golang:1.6
environment:
- FOO=1
- BAR=0
2018-02-21 08:55:26 +00:00
- BAZ=2
2018-02-20 22:59:52 +00:00
commands:
- go get -a -v
- make test
- make build