SamVerschueren / gulp-cordova-build-android

Gulp plugin for building an android Cordova project
MIT License
14 stars 10 forks source link

Plugin cannot be run on a CI env #13

Closed sbatezat closed 9 years ago

sbatezat commented 9 years ago

Hi Sam,

I'm prompt for my keystore's password using the plugin - but what about building of apps in a continuous integration env? I guess you should add an option to use password on the gulp file and so let CI env use your plugin. What your thoughts about that?

SamVerschueren commented 9 years ago

Hi @sbatezat

It is possible to provide the passwords in the options object. Have a look at the api options object for storePassword and keyPassword. https://github.com/SamVerschueren/gulp-cordova-build-android#androidoptions

Let me know if this fits your needs.

sbatezat commented 9 years ago

My bad! Indeed everything is working fine with these parameters - sorry

SamVerschueren commented 9 years ago

No problem ;)