Fix appveyor builds
This commit is contained in:
parent
995d52db1b
commit
82c162d399
@ -1,13 +1,15 @@
|
|||||||
clone_folder: c:\go\src\github.com\sosedoff\pgweb
|
clone_folder: c:\go\src\github.com\sosedoff\pgweb
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\go
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=%GOPATH%\bin;%PATH%
|
- set PATH=%GOPATH%\bin;%PATH%
|
||||||
|
- echo %PATH%
|
||||||
|
- echo %GOPATH%
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- go env
|
- go env
|
||||||
- go version
|
- go version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user