Update appveyor build script
This commit is contained in:
parent
35641e5957
commit
0c40f1907e
@ -13,15 +13,12 @@ install:
|
|||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- go env
|
- go env
|
||||||
- go version
|
- go version
|
||||||
- go get github.com/tools/godep
|
- dep ensure
|
||||||
- godep get github.com/mitchellh/gox
|
|
||||||
- godep get github.com/jteeuwen/go-bindata/...
|
|
||||||
- godep restore
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- godep go build
|
- go build
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- godep go test -cover ./...
|
- go test -race -cover ./...
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
Loading…
x
Reference in New Issue
Block a user