Commit 1958925c authored by Keith Smiley's avatar Keith Smiley Committed by Adam Cozzette

Add -Werror for CI builds

parent 46f24016
......@@ -7,7 +7,7 @@ set -ex
cd $(dirname $0)/../../..
git submodule update --init --recursive
bazel test :protobuf_test
bazel test :protobuf_test --copt=-Werror --host_copt=-Werror
cd examples
bazel build :all
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment