summary refs log tree commit diff stats
path: root/examples
Path not found
1' href='#n1'>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
version: 1.0.0.{build}

platform: x64

branches:
  only:
    - master

  clone_folder: c:\godev\src\github.com\getwtxt\registry

environment:
  GOPATH: c:\godev

install:
  - echo %PATH%
  - echo %GOPATH%
  - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
  - go version
  - go env