Bump MySQL version to 5.5 (#466)

* Bump MySQL version to 5.5

* Let's see how Travis-CI goes

* Let's see how AppVeyor goes

* Adjust windows library path
This commit is contained in:
Vincent Herbet
2017-10-31 23:06:30 +01:00
committed by GitHub
parent 7fe7cd746f
commit 175d49293c
6 changed files with 26 additions and 18 deletions

View File

@@ -18,9 +18,9 @@ compiler:
before_script:
- CHECKOUT_DIR=$PWD && cd ..
- chmod a+x $CHECKOUT_DIR/support/checkout-deps.sh
- $CHECKOUT_DIR/support/checkout-deps.sh --no-mysql && cd $CHECKOUT_DIR
- $CHECKOUT_DIR/support/checkout-deps.sh && cd $CHECKOUT_DIR
script:
- mkdir build && cd build
- PATH="~/.local/bin:$PATH"
- CC=clang-3.7 CXX=clang-3.7 python ../configure.py --enable-optimize --no-mysql
- CC=clang-3.7 CXX=clang-3.7 python ../configure.py --enable-optimize
- ambuild