1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30
Files
docker-credential-helpers/vendor/github.com/danieljoos/wincred/appveyor.yml
T
Sebastiaan van Stijn f7d32862eb Add go.mod, and vendor wincred v1.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-21 20:08:59 +00:00

25 lines
458 B
YAML

version: '{build}'
clone_folder: c:\gopath\src\github.com\danieljoos\wincred
environment:
GOPATH: c:\gopath
install:
- cmd: >-
rmdir c:\go /s /q
appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.1.windows-amd64.msi
msiexec /i go1.6.1.windows-amd64.msi /q
go version
go env
go get -t
build_script:
- cmd: go install
test_script:
- cmd: >-
cd %GOPATH%/src/github.com/danieljoos/wincred
go test -v -cover