[travis ci] Build testcpp only.

This commit is contained in:
James Chen 2014-03-10 12:06:33 +08:00
Родитель 286ebb349f
Коммит a5f668a0bf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
# Build all samples
echo "Building all samples ..."
cd $COCOS2DX_ROOT/build
./android-build.py -n "NDK_BUG=0 -j10" all
./android-build.py -n "NDK_BUG=0 -j10" testcpp
elif [ "$PLATFORM"x = "nacl"x ]; then
export NACL_SDK_ROOT=$HOME/bin/nacl_sdk/pepper_canary