updated build script to output bin in correct path

pull/1442/head
Torkel Ödegaard 11 years ago
parent 0b855aeac9
commit 9ba34aabab
  1. 4
      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/

Loading…
Cancel
Save