aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux/bazel/build.sh
blob: 1769301d07abf76b61cd245e0e55cbeaa8d5abeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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

cd examples
bazel build :all