mirror of https://github.com/grpc/grpc-java.git
buildscripts: Add Kokoro-based Bazel CI
This commit is contained in:
parent
ba8063e7b0
commit
0853f3563f
|
|
@ -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
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -exu -o pipefail
|
||||||
|
|
||||||
|
cd github/grpc-java
|
||||||
|
bazel build ...
|
||||||
Loading…
Reference in New Issue