File: appveyor.yml

package info (click to toggle)
golang-github-spf13-afero 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 332 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '{build}'
clone_folder: C:\gopath\src\github.com\spf13\afero
environment:
  GOPATH: C:\gopath
build_script:
- cmd: >-
    go version

    go env

    go get -v github.com/spf13/afero/...

    go build github.com/spf13/afero
test_script:
- cmd: go test -race -v github.com/spf13/afero/...