summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-12-12 14:39:05 -0800
committerJosh Haberman <jhaberman@gmail.com>2018-12-12 14:39:05 -0800
commit43ab429c09ee7ab00a84ad69ea40f56eb6e17c7b (patch)
tree034eba8185fdf3ee0c1499ae43cb1d5e005b4364 /kokoro
parent12195ff19f00b9dff8af6d948c2f466320d5d07b (diff)
Use the latest Bazel version.
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/ubuntu/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh
index bbf8841..70a8159 100644
--- a/kokoro/ubuntu/build.sh
+++ b/kokoro/ubuntu/build.sh
@@ -1,4 +1,11 @@
#!/bin/bash
+# Install the latest version of Bazel.
+use_bazel.sh latest
+
+# Log the bazel path and version.
+which bazel
+bazel version
+
cd $(dirname $0)/../..
bazel test :all
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback