-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
031b9c8
commit 98b175c
Showing
2 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,22 +105,23 @@ ADD cordova /tangerine/client/builds/apk/ | |
WORKDIR /tangerine/client/builds/apk | ||
|
||
#RUN cordova platform add github:apache/cordova-android && sleep 30 | ||
RUN cordova platform add $CORDOVA_ANDROID_DIRECTORY --nosave && sleep 30 | ||
RUN cordova platform add $CORDOVA_ANDROID_DIRECTORY --nosave && sleep 5 | ||
|
||
RUN cordova plugin add cordova-plugin-whitelist --save && sleep 30 | ||
RUN cordova plugin add cordova-plugin-whitelist --save && sleep 5 | ||
# TODO: awaiting fix for -dev versions of cordova-android: https://github.com/apache/cordova-lib/issues/790 | ||
# So, remove the specific @ versions when this issue has been resolved. | ||
RUN cordova plugin add [email protected] --save && sleep 30 | ||
RUN cordova plugin add [email protected] --save && sleep 30 | ||
RUN cordova plugin add [email protected] --save && sleep 30 | ||
RUN cordova plugin add cordova-plugin-androidx --save && sleep 30 | ||
RUN cordova plugin add cordova-plugin-androidx-adapter --save && sleep 30 | ||
RUN cordova plugin add cordova-hot-code-push-plugin --save && sleep 30 | ||
RUN cordova plugin add [email protected] --save && sleep 30 | ||
RUN cordova plugin add cordova-sms-plugin --save && sleep 30 | ||
RUN cordova plugin add cordova-plugin-android-permissions --save && sleep 30 | ||
RUN cordova plugin add github:brodybits/cordova-plugin-sqlcipher-crypto-batch-connection-manager-core-pro-free#unstable-build-2020-07-15-01 --save && sleep 30 | ||
RUN cordova plugin add cordova-sqlite-storage-file --save && sleep 30 | ||
RUN cordova plugin add [email protected] --save && sleep 5 | ||
RUN cordova plugin add [email protected] --save && sleep 5 | ||
RUN cordova plugin add [email protected] --save && sleep 5 | ||
RUN cordova plugin add cordova-plugin-androidx --save && sleep 5 | ||
RUN cordova plugin add cordova-plugin-androidx-adapter --save && sleep 5 | ||
RUN cordova plugin add cordova-hot-code-push-plugin --save && sleep 5 | ||
RUN cordova plugin add [email protected] --save && sleep 5 | ||
RUN cordova plugin add cordova-sms-plugin --save && sleep 5 | ||
RUN cordova plugin add cordova-plugin-android-permissions --save && sleep 5 | ||
RUN cordova plugin add github:brodybits/cordova-plugin-sqlcipher-crypto-batch-connection-manager-core-pro-free#unstable-build-2020-07-15-01 --save && sleep 5 | ||
RUN cordova plugin add cordova-sqlite-storage-file --save && sleep 5 | ||
RUN cordova plugin add cordova-plugin-ml-text --save && sleep 5 | ||
RUN cordova build | ||
|
||
WORKDIR /tangerine/client | ||
|