You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-fork-majority-judgment/vendor/gopkg.in/src-d/go-billy.v4/appveyor.yml

16 lines
250 B

version: "{build}"
platform: x64
clone_folder: c:\gopath\src\gopkg.in\src-d\go-billy.v4
environment:
GOPATH: c:\gopath
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go get -v -t ./...
build_script:
- go test -v ./...