parent
8f3385b4fa
commit
77c31209c6
10
.drone.yml
10
.drone.yml
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
testing:
|
backend:
|
||||||
image: golang:1.11
|
image: golang:1.11
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src/git.p83.nl/peter/track-me
|
- go get
|
||||||
- go get ./...
|
- go build
|
||||||
- go test -v .
|
- go test
|
||||||
- go vet
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user