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.

appveyor.yml 460B

1234567891011121314151617181920212223242526
  1. version: "{build}"
  2. os: Windows Server 2016
  3. image: Visual Studio 2017
  4. clone_folder: c:\gopath\src\github.com\urfave\cli
  5. environment:
  6. GOPATH: C:\gopath
  7. GOVERSION: 1.8.x
  8. PYTHON: C:\Python36-x64
  9. PYTHON_VERSION: 3.6.x
  10. PYTHON_ARCH: 64
  11. install:
  12. - set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
  13. - go version
  14. - go env
  15. - go get github.com/urfave/gfmrun/...
  16. - go get -v -t ./...
  17. build_script:
  18. - python runtests vet
  19. - python runtests test
  20. - python runtests gfmrun