File: appveyor.yml

package info (click to toggle)
golang-github-nebulouslabs-bolt 1.0%2Bgit20170823.0.a22e934-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 492 kB
  • sloc: makefile: 17
file content (18 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ./...