chore(travis): update to use mxe-gcc-4.8.2.tar.bz2

- fix compatibility problem with cmake-2.8.12
 - update g++ version from 4.8.1 to 4.8.2
 - include lua
This commit is contained in:
Soonho Kong 2013-11-05 02:55:16 -05:00
parent 5a01f167df
commit 19c4a3b626

View file

@ -18,8 +18,8 @@ install:
fi
- mkdir -p /tmp/mxe
- cd /tmp/mxe
- wget http://dl.dropboxusercontent.com/u/203889738/gcc/mxe-gcc-4.8.1.tar.bz2
- tar xfj mxe-gcc-4.8.1.tar.bz2
- wget http://dl.dropboxusercontent.com/u/203889738/gcc/mxe-gcc-4.8.2.tar.bz2
- tar xfj mxe-gcc-4.8.2.tar.bz2
- cd -
script:
@ -33,7 +33,7 @@ script:
else
BUILD_TYPE=Debug;
fi
- BUILD_NAME=${TRAVIS_BRANCH}_w64-mingw32-g++-4.8.1_${BUILD_TYPE}
- BUILD_NAME=${TRAVIS_BRANCH}_w64-mingw32-g++-4.8.2_${BUILD_TYPE}
- if [[ $TCMALLOC == ON ]]; then
BUILD_NAME=${BUILD_NAME}_TC;
fi;