Browse Source

tech(build): add build grafana-server and cli to CI

bergquist 9 years ago
parent
commit
fc67ab1dce
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/circle-test.sh

+ 4 - 0
scripts/circle-test.sh

@@ -25,5 +25,9 @@ exit_if_fail npm run coveralls
 
 
 test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
 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 vet ./pkg/...
 exit_if_fail go test -v ./pkg/...
 exit_if_fail go test -v ./pkg/...
+
+