add glide
This commit is contained in:
parent
8a907114c0
commit
2eea06b104
1 changed files with 2 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
||||||
test-all:
|
test-all:
|
||||||
stage: test
|
stage: test
|
||||||
image: golang:1.11
|
image: golang:1.11
|
||||||
script:
|
script:
|
||||||
|
- curl https://glide.sh/get | sh
|
||||||
- glide install
|
- glide install
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue