[Groonga-mysql-commit] mroonga/mroonga at dcbb40b [master] travis: make verbose for debug

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 14:41:52 JST 2015


Kouhei Sutou	2015-06-21 14:41:52 +0900 (Sun, 21 Jun 2015)

  New Revision: dcbb40b2f549cf7d4d6203a695447bc219d79adf
  https://github.com/mroonga/mroonga/commit/dcbb40b2f549cf7d4d6203a695447bc219d79adf

  Message:
    travis: make verbose for debug

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+2 -2)
===================================================================
--- tools/travis/script.sh    2015-06-21 14:33:15 +0900 (6dfe656)
+++ tools/travis/script.sh    2015-06-21 14:41:52 +0900 (88f4a56)
@@ -44,9 +44,9 @@ fi
 build()
 {
   if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-    make -j${n_processors} # > /dev/null
+    make -j${n_processors} VERBOSE=1 # > /dev/null
   else
-    make -j${n_processors} > /dev/null
+    make -j${n_processors} VERBOSE=1 V=1 # > /dev/null
   fi
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index