Query CMake version.

pull/13171/head
Josh Haberman 6 years ago
parent 2b62fbce67
commit eb633dbe3c
  1. 5
      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

Loading…
Cancel
Save