Add kokoro bazel configs for 3.6.x branch.
This commit is contained in:
parent
4a4a60bf93
commit
b5975c109a
12
kokoro/linux/bazel/build.sh
Executable file
12
kokoro/linux/bazel/build.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Build file to set up and run tests
|
||||
|
||||
# Change to repo root
|
||||
cd $(dirname $0)/../../..
|
||||
|
||||
git submodule update --init --recursive
|
||||
bazel test :protobuf_test
|
||||
|
||||
cd examples
|
||||
bazel build :all
|
5
kokoro/linux/bazel/continuous.cfg
Normal file
5
kokoro/linux/bazel/continuous.cfg
Normal file
@ -0,0 +1,5 @@
|
||||
# Config file for running tests in Kokoro
|
||||
|
||||
# Location of the build script in repository
|
||||
build_file: "protobuf/kokoro/linux/bazel/build.sh"
|
||||
timeout_mins: 15
|
5
kokoro/linux/bazel/presubmit.cfg
Normal file
5
kokoro/linux/bazel/presubmit.cfg
Normal file
@ -0,0 +1,5 @@
|
||||
# Config file for running tests in Kokoro
|
||||
|
||||
# Location of the build script in repository
|
||||
build_file: "protobuf/kokoro/linux/bazel/build.sh"
|
||||
timeout_mins: 15
|
Loading…
Reference in New Issue
Block a user