mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Update appveyor build script
This commit is contained in:
parent
35641e5957
commit
0c40f1907e
@ -13,15 +13,12 @@ install:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- go env
|
||||
- go version
|
||||
- go get github.com/tools/godep
|
||||
- godep get github.com/mitchellh/gox
|
||||
- godep get github.com/jteeuwen/go-bindata/...
|
||||
- godep restore
|
||||
- dep ensure
|
||||
|
||||
build_script:
|
||||
- godep go build
|
||||
- go build
|
||||
|
||||
test_script:
|
||||
- godep go test -cover ./...
|
||||
- go test -race -cover ./...
|
||||
|
||||
deploy: off
|
Loading…
Reference in New Issue
Block a user