summaryrefslogtreecommitdiff
path: root/vendor/github.com/oschwald/maxminddb-golang/appveyor.yml
blob: e2bb9dd23750ce7a5f4fb4faa8df29b0dcbb9368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: "{build}"

os: Windows Server 2012 R2

clone_folder: c:\gopath\src\github.com\oschwald\maxminddb-golang

environment:
  GOPATH: c:\gopath

install:
  - echo %PATH%
  - echo %GOPATH%
  - git submodule update --init --recursive
  - go version
  - go env
  - go get -v -t ./...

build_script:
  - go test -v ./...