breautek commented on issue #71: URL: https://github.com/apache/cordova-app-hello-world/issues/71#issuecomment-898566105
My initial thoughts on this, Cordova already provides documentation on how to build release builds of your apps in each of the platforms. Providing documentation on how to integrate those into a particular CI environment, and maintaining it for accuracy as time goes on seems out of scope for Apache to me. I think guides like this is better in user/community land. Most CI environments simply runs command line scripts anyway. So the process would be learning for your CI of choice of how to supply secret files, such as the android key store for signing apks / bundles, or apple id credentials for obtaining the signing certificates and uploading, and then running the particular set of commands to generate the workspace and build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
