[Groonga-mysql-commit] mroonga/mroonga [master] travis: support deb

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 13:16:52 JST 2012


Kouhei Sutou	2012-10-23 13:16:52 +0900 (Tue, 23 Oct 2012)

  New Revision: 632e92e899eea34c19332178bdb3855a0a6f410c
  https://github.com/mroonga/mroonga/commit/632e92e899eea34c19332178bdb3855a0a6f410c

  Log:
    travis: support deb

  Modified files:
    tools/travis/before_script.sh

  Modified: tools/travis/before_script.sh (+3 -1)
===================================================================
--- tools/travis/before_script.sh    2012-10-23 13:10:08 +0900 (57127db)
+++ tools/travis/before_script.sh    2012-10-23 13:16:52 +0900 (c54f661)
@@ -6,6 +6,8 @@ set -e
 touch NEWS # For old automake
 ./autogen.sh
 
-PATH=$PWD/vendor/mysql/scripts:$PATH
+if [ -d /opt/mysql/ ]; then
+    PATH=$(echo /opt/mysql/server-*/bin/):$PATH
+fi
 ./configure \
     --with-mysql-source=$PWD/vendor/mysql
-------------- next part --------------
HTML����������������������������...
Download 



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