.drone.yml
Algunas comprobaciones han fallado
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is failing

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-07-20 22:44:33 +02:00
padre f0059d3719
commit 42bd113766

28
.drone.yml Archivo normal
Ver fichero

@@ -0,0 +1,28 @@
kind: pipeline
name: code-build-apk
type: docker
platform:
os: linux
arch: arm64
steps:
- name: build-apk
image: gradle:8.13
commands:
- ./gradlew assembleDebug
- mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk
when:
event:
- push
- tag
- name: gitea_release
image: plugins/gitea-release
environment:
APIKEY:
from_secret: apikey
settings:
api_key: $APIKEY
base_url: https://git.manalejandro.com
files: dist/*