Test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Meutel 2019-09-11 15:23:40 +02:00
parent 05da68f833
commit 14f2459bd5

View File

@ -4,14 +4,18 @@ 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 -a -installsuffix cgo -o app .
- go test
- go build
trigger:
event:
@ -19,6 +23,6 @@ trigger:
---
kind: signature
hmac: c2c85efbea280e4aedbd78ebc249f61ac8928438ca61af8f7bd5779d153781ad
hmac: 0c10eea731519ad456e14a142ae8cd0f769cd2ccbe252b7e56cae5b97d8550ff
...