mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-08 16:00:10 +00:00
10 lines
172 B
YAML
10 lines
172 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/rconfig
|
|
|
|
commands:
|
|
- apk --no-cache add build-base
|
|
- go test -v -race -cover ./...
|
|
|
|
...
|