Navigation Menu

Skip to content

Commit

Permalink
travis: confirm CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 24, 2017
1 parent 16a7707 commit 42d814b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis-before-script.sh
Expand Up @@ -28,6 +28,7 @@ case "${BUILD_TOOL}" in
./configure --prefix=${prefix} --with-ruby ${configure_args}
;;
cmake)
cmake --version
cmake_args=""
cmake_args="${cmake_args} -DGRN_WITH_DEBUG=yes"
if [ "${ENABLE_MRUBY}" = "yes" ]; then
Expand Down

0 comments on commit 42d814b

Please sign in to comment.