xDS API Working Group (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
234 B

#!/usr/bin/env bash
set -e
bazel test --config=ci //...
rm -rf go/xds go/udpa
tools/generate_lang_files_from_protos.py
git add go/xds go/udpa
echo "If this check fails, apply following diff:"
git diff HEAD
git diff HEAD --quiet