Try to get appveyor.yml working again
This commit is contained in:
parent
97e55662b1
commit
288d62118a
15
appveyor.yml
15
appveyor.yml
@ -2,14 +2,25 @@ version: "{build}"
|
|||||||
|
|
||||||
os: Windows Server 2012 R2
|
os: Windows Server 2012 R2
|
||||||
|
|
||||||
|
environment:
|
||||||
|
GOPATH: c:\gopath
|
||||||
|
GOVERSION: 1.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
||||||
|
- set NEW_BUILD_DIR_DEST=c:\gopath\src\github.com\urfave
|
||||||
|
- mkdir %NEW_BUILD_DIR_DEST%
|
||||||
|
- move %APPVEYOR_BUILD_FOLDER% %NEW_BUILD_DIR_DEST%
|
||||||
|
- set APPVEYOR_BUILD_FOLDER=%NEW_BUILD_DIR%\cli
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
|
- go get github.com/urfave/gfmxr/...
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- go vet ./...
|
- ./runtests vet
|
||||||
- go test -v ./...
|
- ./runtests test
|
||||||
|
- ./runtests gfmxr
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user