Codebase list golang-github-boltdb-bolt / e9a7b73a-7768-4907-a618-7880abc69b28/main appveyor.yml
e9a7b73a-7768-4907-a618-7880abc69b28/main

Tree @e9a7b73a-7768-4907-a618-7880abc69b28/main (Download .tar.gz)

appveyor.yml @e9a7b73a-7768-4907-a618-7880abc69b28/mainraw · history · blame

version: "{build}"

os: Windows Server 2012 R2

clone_folder: c:\gopath\src\github.com\boltdb\bolt

environment:
  GOPATH: c:\gopath

install:
  - echo %PATH%
  - echo %GOPATH%
  - go version
  - go env
  - go get -v -t ./...

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