Comparar commits
2 Commits
| Autor | SHA1 | Fecha | |
|---|---|---|---|
|
e0fcdde248
|
|||
|
8e9057f39a
|
@@ -8,9 +8,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build-apk
|
||||
image: android-build-box
|
||||
image: registry.manalejandro.com/android-build-box
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- ./gradlew assembleDebug
|
||||
- ./gradlew assembleDebug -Dorg.gradle.parallel=false -Dorg.gradle.daemon=false -Dorg.gradle.configureondemand=false
|
||||
- mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk
|
||||
when:
|
||||
event:
|
||||
|
||||
Referencia en una nueva incidencia
Block a user