From eb633dbe3c6cae3c97c49b2c9c4c88ccc2f4ad56 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 1 Feb 2019 15:54:51 -0800 Subject: Query CMake version. --- kokoro/ubuntu/build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kokoro') 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 -- cgit v1.2.3