aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/rs/xid/.appveyor.yml
blob: c73bb33baa519c9a51d24c9e0c08259ee6e5cf3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 1.0.0.{build}

platform: x64

branches:
  only:
    - master

clone_folder: c:\gopath\src\github.com\rs\xid

environment:
  GOPATH: c:\gopath

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

build_script:
  - go build

test_script:
  - go test