blob: 13bbaa4bf1aab528975993373b7fb6c692fcc8d1 [file] [log] [blame]
#!/bin/bash
set -exu -o pipefail
cat /VERSION
cd github/grpc-java
bazel build ...
cd examples
bazel build ...