Synchronize new proto/yaml changes.

PiperOrigin-RevId: 289158456
This commit is contained in:
Google APIs 2020-01-10 13:50:07 -08:00 committed by Copybara-Service
parent 56f263fe95
commit 4cefc229a9
3 changed files with 21 additions and 0 deletions

15
.kokoro/build.sh Executable file
View File

@ -0,0 +1,15 @@
#
# Setup
#
mkdir ${KOKORO_ROOT}/tools
cd ${KOKORO_ROOT}/tools || exit
curl -L https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-linux-x86_64 -o bazel
chmod +x bazel
mkdir bazel_root
#
# Run build and tests
#
cd ${KOKORO_ARTIFACTS_DIR}/github/googleapis || exit
${KOKORO_ROOT}/tools/bazel --keep_going --output_user_root=${KOKORO_ROOT}/tools/bazel_root build //google/...
${KOKORO_ROOT}/tools/bazel --keep_going --output_user_root=${KOKORO_ROOT}/tools/bazel_root test //google/...

3
.kokoro/continuous.cfg Normal file
View File

@ -0,0 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto
build_file: "googleapis/.kokoro/build.sh"

3
.kokoro/presubmit.cfg Normal file
View File

@ -0,0 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto
build_file: "googleapis/.kokoro/build.sh"