github.com/rohankumardubey/draft-classic@v0.16.0/appveyor.yml (about)

     1  version: "{build}"
     2  clone_folder: c:\go\src\github.com\Azure\draft
     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 dep
    10    - dep ensure -v
    11  cache:
    12    - vendor -> Gopkg.lock
    13  build: "off"
    14  deploy: "off"
    15  test_script:
    16    - go build ./...
    17    - go test ./...