summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-02-01 16:34:10 -0800
committerGitHub <noreply@github.com>2019-02-01 16:34:10 -0800
commitb0292a9eb1ab199217a04f726a536fab57d65e74 (patch)
treea289802e210a924e669651b02ee95f53ce543680
parent2b62fbce6734eb672ae6ff6fcf258bfff4267ae8 (diff)
parenteb633dbe3c6cae3c97c49b2c9c4c88ccc2f4ad56 (diff)
Merge pull request #149 from haberman/fixmacos
Fix macOS Kokoro build.
-rw-r--r--kokoro/ubuntu/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh
index 3550a34..ad8122b 100644
--- a/kokoro/ubuntu/build.sh
+++ b/kokoro/ubuntu/build.sh
@@ -3,6 +3,11 @@
# Install the latest version of Bazel.
use_bazel.sh latest
+# Verify/query CMake
+echo PATH=$PATH
+ls -l `which cmake`
+cmake --version
+
# Log the bazel path and version.
which bazel
bazel version
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback