Add --no-mysql to checkout-deps.sh

This commit is contained in:
xPaw
2014-07-27 12:31:19 +03:00
parent fae6c52082
commit f2b1d26da3
2 changed files with 40 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ compiler:
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y g++-multilib libc6-dev-i386 lib32stdc++6 lib32z1-dev
- CHECKOUT_DIR=$PWD && cd .. && $CHECKOUT_DIR/support/checkout-deps.sh && cd $CHECKOUT_DIR
- CHECKOUT_DIR=$PWD && cd .. && $CHECKOUT_DIR/support/checkout-deps.sh --no-mysql && cd $CHECKOUT_DIR
script:
- mkdir build && cd build
- python ../configure.py --enable-optimize --no-mysql