mirror of https://github.com/axmolengine/axmol.git
fix android ci [ci build]
This commit is contained in:
parent
58e8038ce9
commit
ca9608e98a
|
@ -87,11 +87,6 @@ function build_android()
|
||||||
# build cpp-tests
|
# build cpp-tests
|
||||||
pushd $COCOS2DX_ROOT/tests/cpp-tests/proj.android
|
pushd $COCOS2DX_ROOT/tests/cpp-tests/proj.android
|
||||||
|
|
||||||
# generate local.properties to use system installed cmake since we require cmake-3.14+
|
|
||||||
CMAKE_PATH=`which cmake`
|
|
||||||
CMAKE_DIR=`dirname ${CMAKE_PATH}`
|
|
||||||
echo "cmake.dir=${CMAKE_DIR}">local.properties
|
|
||||||
cat local.properties
|
|
||||||
do_retry ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake -PPROP_APP_ABI=arm64-v8a --parallel --info
|
do_retry ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake -PPROP_APP_ABI=arm64-v8a --parallel --info
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue