mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updates to build and wercker file
This commit is contained in:
1
build.go
1
build.go
@@ -216,6 +216,7 @@ func buildFrontend() {
|
|||||||
|
|
||||||
func setup() {
|
func setup() {
|
||||||
runPrint("go", "get", "-v", "github.com/tools/godep")
|
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", "get", "-v", "github.com/mattn/go-sqlite3")
|
||||||
runPrint("go", "install", "-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
|
# You only need to specify overrides here
|
||||||
# Defaults are in the /opt/grafana/current/conf/defaults.ini file
|
# Defaults are in the /opt/grafana/current/conf/defaults.ini file
|
||||||
# This file is never ovewritten when upgrading grafana via deb or rpm package
|
# This file is never ovewritten when upgrading grafana via deb or rpm package
|
||||||
|
|||||||
@@ -9,10 +9,9 @@ build:
|
|||||||
# Workspace
|
# Workspace
|
||||||
- setup-go-workspace
|
- setup-go-workspace
|
||||||
- script:
|
- script:
|
||||||
name: install godep
|
name: build setup
|
||||||
code: |
|
code: |
|
||||||
go get -u github.com/tools/godep
|
go run build.go setup
|
||||||
go install github.com/tools/godep
|
|
||||||
# Build the project
|
# Build the project
|
||||||
- script:
|
- script:
|
||||||
name: build backend
|
name: build backend
|
||||||
|
|||||||
Reference in New Issue
Block a user