go-bouquins/.drone.yml
Meutel 05da68f833
Some checks failed
continuous-integration/drone/push Build is failing
CI test
2019-09-11 15:07:26 +02:00

25 lines
350 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
environment:
CGO_ENABLED: 1
GOOS: linux
commands:
- go build -a -installsuffix cgo -o app .
- go test
trigger:
event:
- push
---
kind: signature
hmac: c2c85efbea280e4aedbd78ebc249f61ac8928438ca61af8f7bd5779d153781ad
...