mirror of https://github.com/grpc/grpc-java.git
kokoro: Initial config files for macos (#3599)
This commit is contained in:
parent
8016a1f0e5
commit
2eb47eaab7
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Config file for internal CI
|
||||||
|
|
||||||
|
# Location of the continuous shell script in repository.
|
||||||
|
build_file: "grpc-java/buildscripts/kokoro/unix.sh"
|
||||||
|
timeout_mins: 45
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This file is used for both Linux and OSX builds.
|
||||||
|
|
||||||
|
# Currently an empty placeholder script that always succeeds.
|
||||||
Loading…
Reference in New Issue