aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-01-17 13:03:50 -0800
committerGravatar GitHub <noreply@github.com>2017-01-17 13:03:50 -0800
commit42dc988432821a3142b7ababfa695fed05a34d4e (patch)
tree66850f0f1020b80f00eaa0fe0d5ea96f1d4f83c4 /tools/jenkins
parentb997cf6fdeac14c56486d2f65452dc90346b41af (diff)
parent24263c3f7a3b04f073712e40376829e47772d7db (diff)
Merge pull request #9303 from nicolasnoble/bazel-fixes
Fixing a few items with the new Bazel BUILD system
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/run_bazel_basic_in_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_bazel_basic_in_docker.sh b/tools/jenkins/run_bazel_basic_in_docker.sh
index 51aaa90ff8..b1d498a07d 100755
--- a/tools/jenkins/run_bazel_basic_in_docker.sh
+++ b/tools/jenkins/run_bazel_basic_in_docker.sh
@@ -39,4 +39,4 @@ git clone /var/local/jenkins/grpc /var/local/git/grpc
&& git submodule update --init --reference /var/local/jenkins/grpc/${name} \
${name}')
cd /var/local/git/grpc
-bazel build --spawn_strategy=standalone --genrule_strategy=standalone :all test/...
+bazel build --spawn_strategy=standalone --genrule_strategy=standalone :all test/... examples/cpp/...