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.
 
 
 

15 lines
259 B

  1. clone_folder: c:\go\src\github.com\google\pprof
  2. install:
  3. - cinst graphviz
  4. before_build:
  5. - go get github.com/ianlancetaylor/demangle
  6. - go get github.com/chzyer/readline
  7. build_script:
  8. - go build github.com/google/pprof
  9. test_script:
  10. - go test -v ./...