summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-12 14:56:29 -0800
committerGitHub <noreply@github.com>2018-12-12 14:56:29 -0800
commitaad4f403a6fc28306f08a4842f0bc65540b7888e (patch)
tree034eba8185fdf3ee0c1499ae43cb1d5e005b4364 /kokoro
parent73ccf4a7c7d8a1a26d1258f44a37c1fc02f4b14b (diff)
parent43ab429c09ee7ab00a84ad69ea40f56eb6e17c7b (diff)
Merge pull request #143 from haberman/rmtravis
Removed Travis config and Makefile, in favor of Kokoro and Bazel/CMake.
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