mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
Updated wercker file
This commit is contained in:
parent
ef90f1dca6
commit
79e5dd3794
24
wercker.yml
24
wercker.yml
@ -1,2 +1,26 @@
|
||||
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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user