mark2web/.drone.yml
Sebastian Frank 3e1edbe64b
Some checks failed
the build failed
drone CI
2019-02-14 13:54:08 +01:00

15 lines
251 B
YAML

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