Commit 59da4a0b by Torkel Ödegaard

Updates to build and wercker file

parent 9192acf2
......@@ -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")
}
......
# 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
......
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