pgweb/appveyor.yml
2015-05-19 15:19:12 -05:00

25 lines
437 B
YAML

clone_folder: c:\go\src\github.com\sosedoff\pgweb
environment:
GOPATH: c:\go
services:
- postgresql
install:
- set PATH=%GOPATH%\bin;%PATH%
- 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
build_script:
- godep go build
test_script:
- godep go test -cover ./...
deploy: off