[Groonga-commit] groonga/groonga at e1fb11e [master] travis: show CMake version

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Oct 4 15:01:04 JST 2013


Kouhei Sutou	2013-10-04 15:01:04 +0900 (Fri, 04 Oct 2013)

  New Revision: e1fb11e4f92c994df41b34a73c469259e07bbe81
  https://github.com/groonga/groonga/commit/e1fb11e4f92c994df41b34a73c469259e07bbe81

  Message:
    travis: show CMake version
    
    I want to use "OBJECT" in add_library() that is introduced by CMake
    2.8.8. But it failes on Travis CI. So I want to confirm the cmake
    version on Travis CI.

  Modified files:
    tools/travis-before-script.sh

  Modified: tools/travis-before-script.sh (+1 -0)
===================================================================
--- tools/travis-before-script.sh    2013-10-04 14:59:44 +0900 (264e48e)
+++ tools/travis-before-script.sh    2013-10-04 15:01:04 +0900 (71f489d)
@@ -14,6 +14,7 @@ case "${BUILD_TOOL}" in
 	./configure --with-ruby19 ${configure_args}
 	;;
     cmake)
+	cmake --version
 	cmake . -DGRN_WITH_DEBUG=yes -DGRN_WITH_MRUBY=yes
 	;;
 esac
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る