Commit 06541c23 authored by Geoff Simmons's avatar Geoff Simmons

Add gitlab CI config.

parent ce38bf62
image: golang:1.9
cache:
paths:
- /apt-cache
- /go/bin
- /go/pkg
- /go/src/code.uplex.de
- /go/src/github.com
- /go/src/golang.org
- /go/src/google.golang.org
- /go/src/gopkg.in
- /go/src/k8s.io
stages:
- test
before_script:
- go get -u golang.org/x/vgo
- go get -d -v github.com/slimhazard/gogitversion
- vgo mod download
- cd /go/src/github.com/slimhazard/gogitversion
- make install
test:
stage: test
script:
- make check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment