parent
3285baddce
commit
3e1edbe64b
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user