Sign in
flutter
/
third_party
/
protobuf
/
refs/heads/3.8.x
/
.
/
kokoro
/
linux
/
bazel
/
build.sh
blob: 6b55ab1a47f9637ad1fe1267bb446984b5473a93 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
#
# Build file to set up and run tests
set
-
ex
# Change to repo root
cd $
(
dirname $0
)/../../..
git submodule update
--
init
--
recursive
bazel test
:
protobuf_test
--
copt
=-
Werror
--
host_copt
=-
Werror
cd examples
bazel build
:
all