您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

15 行
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 ./...