[Groonga-mysql-commit] mroonga/mroonga at b063514 [master] travis: install libmysqld-dev for libmysqlservices.a

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 22 11:52:06 JST 2013


Kouhei Sutou	2013-11-22 11:52:06 +0900 (Fri, 22 Nov 2013)

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

  Message:
    travis: install libmysqld-dev for libmysqlservices.a

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+2 -1)
===================================================================
--- tools/travis/install.sh    2013-11-22 10:13:43 +0900 (ae66497)
+++ tools/travis/install.sh    2013-11-22 11:52:06 +0900 (3261aa5)
@@ -56,7 +56,8 @@ else
 	    sudo apt-get -qq update
 	    sudo apt-get -qq -y build-dep mysql-server
 	    if [ "$version" = "system" ]; then
-		sudo apt-get -qq -y install mysql-server mysql-testsuite
+		sudo apt-get -qq -y install \
+		    mysql-server mysql-testsuite libmysqld-dev
 		apt-get -qq source mysql-server
 		ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
 	    else
-------------- next part --------------
HTML����������������������������...
Download 



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