From fc67ab1dce5351a892994fe94dbf8b00ffe471b7 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 15 Sep 2016 13:52:38 +0200 Subject: [PATCH] tech(build): add build grafana-server and cli to CI --- scripts/circle-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/circle-test.sh b/scripts/circle-test.sh index dadfb91ccb0..b00bf7459ad 100644 --- a/scripts/circle-test.sh +++ b/scripts/circle-test.sh @@ -25,5 +25,9 @@ exit_if_fail npm run coveralls test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)" +exit_if_fail go run build.go build + exit_if_fail go vet ./pkg/... exit_if_fail go test -v ./pkg/... + +