File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ before_script:
4040 - emulator -avd Arm19 -no-skin -no-audio -no-window &
4141 - android-wait-for-emulator
4242script :
43- - " ./gradlew packar -i -PPACKAGE_VERSION=$PACKAGE_VERSION -PcompileSdk=android-$ANDROID_VERSION
43+ - " ./gradlew createPackage -i -PPACKAGE_VERSION=$PACKAGE_VERSION -PcompileSdk=android-$ANDROID_VERSION
4444 -PsupportVersion=$ANDROID_SUPPORT_VERSION --stacktrace"
45- - " ./gradlew runtest -PenableTest -PcompileSdk=android-$ANDROID_VERSION -PsupportVersion=$ANDROID_SUPPORT_VERSION
45+ - " cd test-app && ./gradlew runtest -PenableTest -PcompileSdk=android-$ANDROID_VERSION -PsupportVersion=$ANDROID_SUPPORT_VERSION
4646 -PtargetSdk=$ANDROID_VERSION --stacktrace"
4747before_deploy :
4848 - FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9.\-]\+\)"/\1/p' dist/package.json`
You can’t perform that action at this time.
0 commit comments