暫無描述

appveyor.yml 210B

1234567891011121314
  1. clone_folder: c:\gopath\src\github.com\google\pprof
  2. environment:
  3. GOPATH: c:\gopath
  4. install:
  5. - cinst graphviz
  6. build_script:
  7. - go env
  8. - go build github.com/google/pprof
  9. test_script:
  10. - go test -v ./...