mark2web/.drone.yml

15 lines
251 B
YAML
Raw Normal View History

2019-02-14 13:54:08 +01:00
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