[Groonga-mysql-commit] mroonga/mroonga at a61dcbd [travis] travis: use master of Groonga even if Mroonga is not bundled case

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon May 28 14:49:38 JST 2018


Masafumi Yokoyama	2018-05-28 14:49:38 +0900 (Mon, 28 May 2018)

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

  Message:
    travis: use master of Groonga even if Mroonga is not bundled case
    
    ref: https://github.com/mroonga/mroonga/commit/6fb253a29522e7e745297a0e0082d9e7e072f962

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+7 -2)
===================================================================
--- tools/travis/install.sh    2018-05-28 14:27:22 +0900 (7596c1cc)
+++ tools/travis/install.sh    2018-05-28 14:49:38 +0900 (49c76516)
@@ -74,8 +74,13 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
       https://github.com/groonga/groonga-normalizer-mysql.git \
       storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql
 else
-  curl --silent --location \
-       https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
+  # Use master to fix a test.
+  # ref: https://github.com/mroonga/mroonga/commit/6fb253a29522e7e745297a0e0082d9e7e072f962
+  #curl --silent --location \
+  #     https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
+  git clone --recursive --depth 1 \
+      https://github.com/groonga/groonga.git \
+      storage/mroonga/vendor/groonga
   curl --silent --location \
        https://raw.githubusercontent.com/groonga/groonga-normalizer-mysql/master/data/travis/setup.sh | sh
   # curl --silent --location \
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180528/c288d450/attachment.htm 



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