Navigation Menu

Skip to content

Commit

Permalink
travis: support deb
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 23, 2012
1 parent 3e3671d commit 632e92e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/travis/before_script.sh
Expand Up @@ -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

0 comments on commit 632e92e

Please sign in to comment.