mirror of https://github.com/helm/helm
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.
18 lines
442 B
18 lines
442 B
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 .\...
|