grpc-java/buildscripts/kokoro/bazel.sh

15 lines
159 B
Bash
Executable File

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