2017-02-14 11:15:00 +00:00
|
|
|
---
|
|
|
|
|
2018-05-31 10:53:53 +00:00
|
|
|
image: "reporunner/golang-alpine"
|
2017-02-14 11:15:00 +00:00
|
|
|
checkout_dir: /go/src/github.com/Luzifer/korvike
|
|
|
|
|
|
|
|
commands:
|
|
|
|
- make ci
|
|
|
|
|
|
|
|
environment:
|
|
|
|
CGO_ENABLED: 0
|
2019-07-28 18:12:08 +00:00
|
|
|
GO111MODULE: on
|
|
|
|
MOD_MODE: readonly
|