blob: fa7224d8b0a335fd760ea3086b629cfcf87c60a4 [file] [log] [blame]
Eric Anderson0853f352018-01-09 08:23:44 -08001#!/bin/bash
2
3set -exu -o pipefail
Eric Anderson850143f2018-02-05 10:52:54 -08004cat /VERSION
Rodrigo Queiro0959a842019-03-01 05:30:48 +01005
Eric Andersonec5bc6b2023-01-10 13:16:32 -08006use_bazel.sh 5.0.0
ZHANG Dapeng788cdbd2019-01-14 16:54:51 -08007bazel version
Eric Anderson0853f352018-01-09 08:23:44 -08008
9cd github/grpc-java
10bazel build ...
Eric Andersonef030ab2018-03-30 21:32:15 -070011
12cd examples
ZHANG Dapeng00b4b882018-12-03 17:12:30 -080013bazel clean
14bazel build ...