drone CI, docker
Some checks failed
the build failed

This commit is contained in:
Sebastian Frank
2019-02-14 14:21:17 +01:00
parent 193a6847a2
commit 93fcf6394f

View File

@@ -15,3 +15,13 @@ pipeline:
commands:
- ls -la
- ./mark2web -in example -out html -create -logLevel debug
build_docker:
image: docker
commands:
- docker build -t apairon/mark2web .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
branch: master
event: push