guichet/.drone.yml
Alex Auvolat 662901496d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
add Drone CI
2021-02-24 17:43:23 +01:00

7 lines
101 B
YAML

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