Navigation Menu

Skip to content

Commit

Permalink
travis mysql57: try cmake to generate binlog_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 22, 2016
1 parent cd3920a commit 75bdb08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/travis/before_script.sh
Expand Up @@ -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)
;;
*)
:
;;
Expand Down

0 comments on commit 75bdb08

Please sign in to comment.