mirror of
https://github.com/Luzifer/gpxhydrant.git
synced 2024-11-08 15:30:00 +00:00
11 lines
150 B
YAML
11 lines
150 B
YAML
|
---
|
||
|
|
||
|
image: "reporunner/golang-alpine"
|
||
|
checkout_dir: /go/src/github.com/Luzifer/gpxhydrant
|
||
|
|
||
|
commands:
|
||
|
- make publish
|
||
|
|
||
|
environment:
|
||
|
CGO_ENABLED: 0
|