buildscripts: Add Kokoro-based Bazel CI

This commit is contained in:
Eric Anderson 2018-01-09 08:23:44 -08:00
parent ba8063e7b0
commit 0853f3563f
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Config file for internal CI
# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/bazel.sh"
timeout_mins: 45

6
buildscripts/kokoro/bazel.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
set -exu -o pipefail
cd github/grpc-java
bazel build ...