go-bouquins/.drone.yml
Meutel 14f2459bd5
Some checks failed
continuous-integration/drone/push Build is failing
Test
2019-09-11 15:23:40 +02:00

29 lines
373 B
YAML

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