How do I setup :
Bitbucket Pipeline complete setup for android (test, staging , production or release)
my current is :
image: uber/android-build-environment:latest
pipelines:
default:
- step:
script:
- unset ANDROID_NDK_HOME
- echo “Start default step”
- ./build.sh
- echo "Amazing"
Hi David,
Have a look at https://community.atlassian.com/t5/Bitbucket-questions/How-to-setup-Pipelines-for-an-Android-app/qaq-p/424255 answered by our fellow Community.
Hope this helps!
Davina
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.