Commit 0b3202d8 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Initial CI config.

parent ec01b8f3
Pipeline #1170 failed with stage
in 17 seconds
image: lyda/golang:1.7
test:
type: test
script:
- ln -s $PWD /go/src/gitlab.ie.suberic.net/kevin/gitlab-sandbox
- cd /go/src/gitlab.ie.suberic.net/kevin/gitlab-sandbox
- go get ./cmd/*
- go list ./... |grep -v vendor/ |xargs go test
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- go list ./... |grep -v vendor/ |xargs go vet
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