mark2web/.drone.yml
Sebastian Frank 193a6847a2
All checks were successful
the build was successful
drone CI
2019-02-14 14:04:04 +01:00

18 lines
305 B
YAML

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