mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
Updates to build and wercker file
This commit is contained in:
parent
9192acf250
commit
59da4a0b3b
1
build.go
1
build.go
@ -216,6 +216,7 @@ func buildFrontend() {
|
||||
|
||||
func setup() {
|
||||
runPrint("go", "get", "-v", "github.com/tools/godep")
|
||||
runPrint("go", "get", "-v", "github.com/jordansissel/fpm")
|
||||
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
|
||||
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Sample grafana config
|
||||
# Sample grafana config for deb & rpm packages
|
||||
# You only need to specify overrides here
|
||||
# Defaults are in the /opt/grafana/current/conf/defaults.ini file
|
||||
# This file is never ovewritten when upgrading grafana via deb or rpm package
|
||||
|
@ -9,10 +9,9 @@ build:
|
||||
# Workspace
|
||||
- setup-go-workspace
|
||||
- script:
|
||||
name: install godep
|
||||
name: build setup
|
||||
code: |
|
||||
go get -u github.com/tools/godep
|
||||
go install github.com/tools/godep
|
||||
go run build.go setup
|
||||
# Build the project
|
||||
- script:
|
||||
name: build backend
|
||||
|
Loading…
Reference in New Issue
Block a user