patrickfav / armadillo

A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
https://favr.dev/opensource/armadillo
Apache License 2.0
281 stars 52 forks source link

Make CI Config Pull Request friendly #27

Closed patrickfav closed 6 years ago

patrickfav commented 6 years ago

Currently the CI job fails because a PR does not have the secret env vars to decrypt the release keystore (which is good :)).

Create a config that only runs on PR CI jobs which only builds debug.

patrickfav commented 6 years ago

merged