浏览代码

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

bergquist 9 年之前
父节点
当前提交
fc67ab1dce
共有 1 个文件被更改,包括 4 次插入0 次删除
  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)"
 
+exit_if_fail go run build.go build
+
 exit_if_fail go vet ./pkg/...
 exit_if_fail go test -v ./pkg/...
+
+