Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Provide feature to sign android apps #184

Closed
jonaskaufmann opened this issue May 6, 2015 · 1 comment
Closed

Provide feature to sign android apps #184

jonaskaufmann opened this issue May 6, 2015 · 1 comment

Comments

@jonaskaufmann
Copy link

The gulp:build command should provide the possibility to sign Android apps

Example Jenkins config:
gulp --cordova 'build --release android'
jarsigner -verbose -keystore ${WORKSPACE}/keystore/app.keystore -storepass 'xxx' ${WORKSPACE}/platforms/android/ant-build/MainActivity-release-unsigned.apk xxAliasxx
zipalign -v 4 ${WORKSPACE}/platforms/android/ant-build/MainActivity-release-unsigned.apk ${WORKSPACE}/platforms/android/ant-build/AppName-release-signed.apk

@gruppjo
Copy link
Contributor

gruppjo commented Jun 5, 2015

@MathiasTim and I think this is better done using Jenkins since it's necessary to call command line tools which are not provided by node.

@gruppjo gruppjo closed this as completed Jun 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants