@@ -8,7 +8,8 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-apk
|
- name: build-apk
|
||||||
image: android-build-box
|
image: registry.manalejandro.com/android-build-box
|
||||||
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- ./gradlew assembleDebug
|
- ./gradlew assembleDebug
|
||||||
- mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk
|
- mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user