瀏覽代碼

Added appveyor.yml to enable integration with Appveyor (#155)

Margaret Nolan 7 年之前
父節點
當前提交
1b8137e889
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      appveyor.yml

+ 10
- 0
appveyor.yml 查看文件

@@ -0,0 +1,10 @@
1
+clone_folder: c:\go\src\github.com\google\pprof
2
+
3
+before_build:
4
+ - go get github.com/ianlancetaylor/demangle
5
+
6
+build_script:
7
+ - go build github.com/google/pprof
8
+
9
+test_script:
10
+  - go test ./...