add ci
This commit is contained in:
parent
21fe53fd5d
commit
8a907114c0
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
test-all:
|
||||
stage: test
|
||||
image: golang:1.11
|
||||
script:
|
||||
- glide install
|
||||
- go test ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue