easybridge/.drone.yml

8 lines
101 B
YAML

pipeline:
build:
image: golang:stretch
commands:
- go get -d -v
- go build -v