mirror of https://github.com/helm/helm
fix appveyor builds (#4934)
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>pull/5248/head
parent
bb265b52bb
commit
95c865513f
@ -0,0 +1,18 @@
|
||||
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
|
||||
- go version
|
||||
- dep ensure -vendor-only
|
||||
cache:
|
||||
- vendor -> Gopkg.lock
|
||||
build: "off"
|
||||
deploy: "off"
|
||||
test_script:
|
||||
- go build .\cmd\...
|
||||
- go test .\...
|
@ -0,0 +1 @@
|
||||
Error: FindFirstFile \no\such\chart: The system cannot find the path specified.
|
@ -0,0 +1 @@
|
||||
WARNING: no dependencies at testdata\testcharts\alpine\charts
|
@ -1 +0,0 @@
|
||||
../../frobnitz
|
Loading…
Reference in new issue