mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated build script to output bin in correct path
This commit is contained in:
parent
0b855aeac9
commit
9ba34aabab
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user