Updates to build and wercker file

This commit is contained in:
Torkel Ödegaard
2015-03-03 12:09:15 +01:00
parent 9192acf250
commit 59da4a0b3b
3 changed files with 4 additions and 4 deletions

View File

@@ -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")
} }

View File

@@ -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

View File

@@ -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