summary refs log tree commit diff stats
path: root/appveyor.yml
blob: 7732a16fdc2de645b11b930513cbed7f8c2a2eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 1.0.0.{build}

platform: x64

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

environment:
  GOPATH: c:\go
  GO111MODULE: on

build:
  - cd c:\go\src\github.com\getwtxt\registry
  - go build -v

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