2018-08-31 22:24:36 -05:00
|
|
|
clone_folder: c:\gopath\src\github.com\sosedoff\pgweb
|
|
|
|
|
|
|
|
environment:
|
|
|
|
GOPATH: c:\gopath
|
2018-08-31 22:30:59 -05:00
|
|
|
CGO_ENABLED: 0
|
2015-04-30 21:24:53 -05:00
|
|
|
|
2015-01-13 21:23:08 -06:00
|
|
|
services:
|
|
|
|
- postgresql
|
|
|
|
|
2015-01-02 14:22:54 -06:00
|
|
|
install:
|
|
|
|
- set PATH=%GOPATH%\bin;%PATH%
|
2016-01-04 18:51:25 -06:00
|
|
|
- echo %PATH%
|
|
|
|
- echo %GOPATH%
|
2015-01-02 14:22:54 -06:00
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
|
|
|
- go env
|
|
|
|
- go version
|
2018-08-31 22:13:01 -05:00
|
|
|
- go get github.com/golang/dep/cmd/dep
|
2018-08-31 22:11:54 -05:00
|
|
|
- dep ensure
|
2015-01-02 14:22:54 -06:00
|
|
|
|
|
|
|
build_script:
|
2018-08-31 22:11:54 -05:00
|
|
|
- go build
|
2015-01-02 14:22:54 -06:00
|
|
|
|
|
|
|
test_script:
|
2018-08-31 22:37:24 -05:00
|
|
|
- go test -cover ./...
|
2015-01-02 14:22:54 -06:00
|
|
|
|
|
|
|
deploy: off
|