diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-11 01:03:09 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-13 02:55:13 +0100 |
commit | 24263c3f7a3b04f073712e40376829e47772d7db (patch) | |
tree | 8ef2fc0492ebb36cb437b134ae36fe6ce69ea201 /tools/jenkins | |
parent | 6cf58c81731343e0ffb134febd3e576425399e5e (diff) |
Fixing a few items with the new Bazel BUILD system:
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_bazel_basic_in_docker.sh | 2 |
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/... |