urfave-cli/appveyor.yml

27 lines
460 B
YAML
Raw Normal View History

version: "{build}"
os: Windows Server 2016
image: Visual Studio 2017
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
GOVERSION: 1.8.x
PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.6.x
2016-05-22 23:37:59 +00:00
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