Skip to content

Commit ac2f4f2

Browse files
committed
scripts: add bazel build before submit
1 parent a7c29a6 commit ac2f4f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/before-submit.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -e
88

99
. <(scripts/run-build-cleaner.sh ...) # auto-repair issues
1010
scripts/run-clang-format.sh
11+
bazel build -c opt ...
1112
bazel test -c opt ...
1213
scripts/make-compilation-db.sh
1314
sh scripts/run-clang-tidy-cached.cc

0 commit comments

Comments
 (0)