2016-02-07 11:54:15 +00:00
|
|
|
version: "{build}"
|
|
|
|
|
2017-08-04 02:59:38 +00:00
|
|
|
os: Windows Server 2016
|
|
|
|
|
|
|
|
image: Visual Studio 2017
|
2016-02-07 11:54:15 +00:00
|
|
|
|
2016-05-22 23:32:48 +00:00
|
|
|
clone_folder: c:\gopath\src\github.com\urfave\cli
|
|
|
|
|
2016-06-18 19:47:23 +00:00
|
|
|
cache:
|
|
|
|
- node_modules
|
|
|
|
|
2016-05-22 23:15:05 +00:00
|
|
|
environment:
|
2016-05-22 23:37:59 +00:00
|
|
|
GOPATH: C:\gopath
|
2017-08-04 02:59:38 +00:00
|
|
|
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
|
|
|
|
2016-02-07 11:54:15 +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-06-22 16:55:38 +00:00
|
|
|
- rmdir c:\gopath\src\gopkg.in\urfave\cli.v2 /s /q
|
2016-06-22 20:57:18 +00:00
|
|
|
- rmdir c:\gopath\pkg /s /q
|
2016-06-22 16:55:38 +00:00
|
|
|
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
|
2016-06-17 14:42:44 +00:00
|
|
|
- go get -v -t ./...
|
2016-06-18 20:37:11 +00:00
|
|
|
- if not exist node_modules\.bin\markdown-toc npm install markdown-toc
|
2016-02-07 11:54:15 +00:00
|
|
|
|
|
|
|
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
|
2016-05-30 14:46:00 +00:00
|
|
|
- python cli-v1-to-v2 --selftest
|
2016-05-30 17:59:45 +00:00
|
|
|
- python runtests migrations
|
2016-06-17 14:31:05 +00:00
|
|
|
- python runtests toc
|