[Groonga-commit] groonga/groonga at 1e4f9d8 [master] travis: more log for debug

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 25 00:49:52 JST 2017


Kouhei Sutou	2017-06-25 00:49:52 +0900 (Sun, 25 Jun 2017)

  New Revision: 1e4f9d8d33c5622a8a961b8d73aa52e3ac452fa1
  https://github.com/groonga/groonga/commit/1e4f9d8d33c5622a8a961b8d73aa52e3ac452fa1

  Message:
    travis: more log for debug

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

  Modified: tools/travis-before-script.sh (+5 -1)
===================================================================
--- tools/travis-before-script.sh    2017-06-25 00:03:53 +0900 (87ed575)
+++ tools/travis-before-script.sh    2017-06-25 00:49:52 +0900 (48e6487)
@@ -50,4 +50,8 @@ case "$(uname)" in
     ;;
 esac
 
-make -j${n_processors} > /dev/null
+if [ "${ENABLE_MRUBY}" = "yes" ]; then
+  make
+else
+  make -j${n_processors} > /dev/null
+fi
-------------- next part --------------
HTML����������������������������...
下載 



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