[Groonga-mysql-commit] mroonga/mroonga at 75bdb08 [master] travis mysql57: try cmake to generate binlog_config.h

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 22 10:42:28 JST 2016


Kouhei Sutou	2016-04-22 10:42:28 +0900 (Fri, 22 Apr 2016)

  New Revision: 75bdb084f3aa3959a175d8998db00708355bcff1
  https://github.com/mroonga/mroonga/commit/75bdb084f3aa3959a175d8998db00708355bcff1

  Message:
    travis mysql57: try cmake to generate binlog_config.h

  Modified files:
    tools/travis/before_script.sh

  Modified: tools/travis/before_script.sh (+3 -0)
===================================================================
--- tools/travis/before_script.sh    2016-04-22 00:19:20 +0900 (02638cb)
+++ tools/travis/before_script.sh    2016-04-22 10:42:28 +0900 (a0c53bc)
@@ -54,6 +54,9 @@ else
     mysql-5.6.*)
       configure_args=("${configure_args[@]}" --enable-fast-mutexes)
       ;;
+    mysql-5.7.*)
+      (cd vendor/mysql && sudo debian/rules override_dh_auto_configure)
+      ;;
     *)
       :
       ;;
-------------- next part --------------
HTML����������������������������...
Download 



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