go-bouquins/.drone.yml
Meutel 739a9d5cef
Some checks failed
continuous-integration/drone/push Build is failing
Go get test
2019-09-11 15:30:22 +02:00

30 lines
388 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go get
- go test ./...
- name: build
image: golang
environment:
CGO_ENABLED: 1
GOOS: linux
commands:
- go build
trigger:
event:
- push
---
kind: signature
hmac: 5165dae715c1e3f706e6e2493093e3935e804409845b8891885ee8ae8c6a3784
...