mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
|
checkoutLocation: "src/github.com/gomarkdown/markdown"
|
||
|
workspaceLocation: "."
|
||
|
tasks:
|
||
|
- command: >
|
||
|
cd /workspace/src/github.com/gomarkdown/markdown &&
|
||
|
go get -v ./... &&
|
||
|
go test -c
|