THRIFT-3633 Travis "C C++ - GCC" build was using clang

Client: Build
Patch: Nobuaki Sukegawa

This closes #868
This commit is contained in:
Nobuaki Sukegawa 2016-02-14 21:56:53 +09:00
parent 66f5053140
commit ea5845a2f5

View File

@ -62,6 +62,7 @@ env:
- TEST_NAME="C C++ - GCC (automake)"
BUILD_CMD="../autotools.sh"
BUILD_ARG="--without-csharp --without-java --without-erlang --without-nodejs --without-lua --without-python --without-perl --without-php --without-php_extension --without-dart --without-ruby --without-haskell --without-go --without-haxe --without-d"
BUILD_ENV="-e CC=gcc -e CXX=g++"
- TEST_NAME="Java Lua Perl PHP Python Ruby (automake)"
BUILD_CMD="../autotools.sh"