浏览代码

updated build script to output bin in correct path

Torkel Ödegaard 11 年之前
父节点
当前提交
9ba34aabab
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -17,12 +17,12 @@ build:
     - script:
         name: godep build
         code: |
-          godep go build ./...
+          godep go build -o bin/grafana .
     # Test the project
     - script:
         name: godep go test
         code: |
-          godep go test ./...
+          godep go test ./pkg/...
     # frontend
     - npm-install:
         cwd: grafana/