urfave-cli/appveyor.yml

25 lines
434 B
YAML
Raw Normal View History

version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\urfave\cli
2016-05-22 23:15:05 +00:00
environment:
2016-05-22 23:37:59 +00:00
GOPATH: C:\gopath
2016-05-22 23:15:05 +00:00
GOVERSION: 1.6
2016-05-22 23:37:59 +00:00
PYTHON: C:\Python27-x64
PYTHON_VERSION: 2.7.x
PYTHON_ARCH: 64
2016-05-22 23:15:05 +00:00
install:
2016-05-23 23:39:04 +00:00
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
2016-07-16 13:12:42 +00:00
- go get github.com/urfave/gfmrun/...
2016-05-23 23:39:04 +00:00
- go get -v -t ./...
build_script:
2016-05-23 23:39:04 +00:00
- python runtests vet
- python runtests test
2016-07-16 13:12:42 +00:00
- python runtests gfmrun