mirror of https://github.com/helm/helm
add appveyor for testing on Windows (#4136)
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>pull/4900/head
parent
9dce1ac88b
commit
a276bd8108
@ -0,0 +1,17 @@
|
|||||||
|
version: "{build}"
|
||||||
|
clone_folder: c:\go\src\k8s.io\helm
|
||||||
|
environment:
|
||||||
|
GOPATH: c:\go
|
||||||
|
PATH: c:\ProgramData\bin;$(PATH)
|
||||||
|
install:
|
||||||
|
- ps: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/gofish/master/scripts/install.ps1'))
|
||||||
|
- gofish init
|
||||||
|
- gofish install dep
|
||||||
|
- dep ensure -v
|
||||||
|
cache:
|
||||||
|
- vendor -> Gopkg.lock
|
||||||
|
build: "off"
|
||||||
|
deploy: "off"
|
||||||
|
test_script:
|
||||||
|
- go build .\cmd\...
|
||||||
|
- go test .\...
|
Loading…
Reference in new issue