mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
15 lines
259 B
YAML
15 lines
259 B
YAML
clone_folder: c:\go\src\github.com\google\pprof
|
|
|
|
install:
|
|
- cinst graphviz
|
|
|
|
before_build:
|
|
- go get github.com/ianlancetaylor/demangle
|
|
- go get github.com/chzyer/readline
|
|
|
|
build_script:
|
|
- go build github.com/google/pprof
|
|
|
|
test_script:
|
|
- go test -v ./...
|