drone CI
Some checks failed
the build failed

This commit is contained in:
Sebastian Frank 2019-02-14 13:54:08 +01:00
parent 3285baddce
commit 3e1edbe64b
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
workspace:
base: /go
path: src/gitbase.de/apairon/mark2web
pipeline:
build:
image: golang:latest
commands:
- go build -v
testrun:
image: alpine
commands:
- ./mark2web -in example -out html -create -logLevel debug