Commit 79e5dd37 by Torkel Ödegaard

Updated wercker file

parent ef90f1dc
box: wercker/golang
build:
steps:
# Workspace
- setup-go-workspace
- script:
name: go get
code: |
cd $WERCKER_SOURCE_DIR
go version
go get -t ./...
# Build the project
- script:
name: go build
code: |
go build ./...
# Test the project
- script:
name: go test
code: |
go test ./...
# npm install
- npm-install:
cwd: grafana/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment