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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.