Explorar o código

updated build script to output bin in correct path

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
9ba34aabab
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

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