This repository was archived by the owner on Jan 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -56,24 +56,10 @@ function build_android()
56
56
echo " JAVA_HOME=$JAVA_HOME "
57
57
java -version
58
58
59
- # Build all samples
60
- echo " Building Android samples ..."
61
-
62
- # build fairygui_tests
63
- pushd $AX_ROOT /tests/fairygui-tests/proj.android
64
- do_retry ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake -PPROP_APP_ABI=$BUILD_ARCH -PRELEASE_STORE_FILE=$AX_ROOT /tools/unix-ci/axmol-ci.jks -PRELEASE_STORE_PASSWORD=axmol-ci -PRELEASE_KEY_ALIAS=axmol-ci -PRELEASE_KEY_PASSWORD=axmol-ci --parallel --info
65
- popd
66
-
67
59
# build cpp_tests
68
60
pushd $AX_ROOT /tests/cpp-tests/proj.android
69
61
do_retry ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake -PPROP_APP_ABI=$BUILD_ARCH -PAX_ENABLE_EXT_EFFEKSEER=ON -PRELEASE_STORE_FILE=$AX_ROOT /tools/unix-ci/axmol-ci.jks -PRELEASE_STORE_PASSWORD=axmol-ci -PRELEASE_KEY_ALIAS=axmol-ci -PRELEASE_KEY_PASSWORD=axmol-ci --parallel --info
70
62
popd
71
-
72
- # build cpp-template-default, template project not adapte to build in engine directory for android, so needs export env AX_ROOT
73
- export AX_ROOT=$AX_ROOT
74
- pushd $AX_ROOT /templates/cpp-template-default/proj.android
75
- do_retry ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake -PPROP_APP_ABI=$BUILD_ARCH -PAX_ENABLE_EXT_EFFEKSEER=ON -PRELEASE_STORE_FILE=$AX_ROOT /tools/unix-ci/axmol-ci.jks -PRELEASE_STORE_PASSWORD=axmol-ci -PRELEASE_KEY_ALIAS=axmol-ci -PRELEASE_KEY_PASSWORD=axmol-ci --parallel --info
76
- popd
77
63
}
78
64
79
65
function run_build()
You can’t perform that action at this time.
0 commit comments