Add -Werror for CI builds

This commit is contained in:
Keith Smiley 2019-04-11 12:56:32 -07:00 committed by Adam Cozzette
parent 46f2401614
commit 1958925c76

View File

@ -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