github.com/defensepoint-snyk-test/helm-new@v0.0.0-20211130153739-c57ea64d6603/.appveyor.yml (about)

     1  version: "{build}"
     2  clone_folder: c:\go\src\k8s.io\helm
     3  environment:
     4    GOPATH: c:\go
     5    PATH: c:\ProgramData\bin;$(PATH)
     6  install:
     7    - ps: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/gofish/master/scripts/install.ps1'))
     8    - gofish init
     9    - gofish install glide
    10    - glide install --strip-vendor
    11  cache:
    12    - vendor -> glide.lock
    13  build: "off"
    14  deploy: "off"
    15  test_script:
    16    - go build .\cmd\...
    17    - go test .\...