You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
urfave-cli/appveyor.yml

28 lines
540 B

version: "{build}"
os: Windows Server 2012 R2
environment:
GOPATH: c:\gopath
GOVERSION: 1.6
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 env
- go get github.com/urfave/gfmxr/...
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- ./runtests vet
- ./runtests test
- ./runtests gfmxr
test: off
deploy: off