mark2web/.drone.yml
Sebastian Frank 2583b9c728
Some checks failed
the build failed
drone CI
2019-02-14 13:57:35 +01:00

17 lines
284 B
YAML

workspace:
base: /go
path: src/gitbase.de/apairon/mark2web
pipeline:
build:
image: golang:latest
commands:
- go build -v
testrun:
image: alpine
commands:
- ls -la
- sleep 300
- ./mark2web -in example -out html -create -logLevel debug