21e8493838
- remove vendor - pin cockroach version in tests - remove golang.org/x/tools/cmd/cover (not maintained and moved to standart library)
24 lines
344 B
YAML
24 lines
344 B
YAML
clone_folder: c:\gopath\src\github.com\sosedoff\pgweb
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
CGO_ENABLED: 0
|
|
|
|
services:
|
|
- postgresql
|
|
|
|
install:
|
|
- set PATH=%GOPATH%\bin;%PATH%
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
|
- go env
|
|
- go version
|
|
|
|
build_script:
|
|
- go build
|
|
|
|
test_script:
|
|
- go test -cover ./...
|
|
|
|
deploy: off |