updated build script to output bin in correct path

This commit is contained in:
Torkel Ödegaard 2015-01-04 18:57:16 +01:00
parent 0b855aeac9
commit 9ba34aabab

View File

@ -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/