android13/external/grpc-grpc-java/buildscripts/kokoro/bazel.sh

11 lines
113 B
Bash
Executable File

#!/bin/bash
set -exu -o pipefail
cat /VERSION
cd github/grpc-java
bazel build ...
cd examples
bazel build ...