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.
 
 
 

25 lines
434 B

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