File: appveyor.yml

package info (click to toggle)
golang-github-nightlyone-lockfile 0.0~git20170804.6a197d5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • ctags: 33
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
clone_folder: c:\gopath\src\github.com\nightlyone\lockfile

environment:
  GOPATH: c:\gopath

install:
  - go version
  - go env
  - go get -v -t ./...

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