mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
Add appveyor integration to build/test on windows
This commit is contained in:
parent
e6a2af1cd4
commit
42ef52d271
20
appveyor.yml
Normal file
20
appveyor.yml
Normal file
@ -0,0 +1,20 @@
|
||||
environment:
|
||||
GOPATH: c:\projects
|
||||
|
||||
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
|
||||
|
||||
deploy: off
|
Loading…
Reference in New Issue
Block a user