16 lines
266 B
YAML
16 lines
266 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
|
|
- ./mark2web -in example -out html -create -logLevel debug
|