urfave-cli/appveyor.yml

36 lines
762 B
YAML
Raw Normal View History

version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\urfave\cli
cache:
- node_modules
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
GFMXR_DEBUG: 1
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
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
- go get github.com/urfave/gfmxr/...
- go get -v -t ./...
2016-06-18 20:29:33 +00:00
- npm bin
2016-06-18 20:04:39 +00:00
- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc
- ps: if ($MarkdownTocExists -eq $False) { cmd /c npm install markdown-toc }
build_script:
2016-05-23 23:39:04 +00:00
- python runtests vet
- python runtests test
- python runtests gfmxr
- python cli-v1-to-v2 --selftest
2016-05-30 17:59:45 +00:00
- python runtests migrations
- python runtests toc