Files
location/.drone.yml
ale a75f7f2d52
Algunas comprobaciones han fallado
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build encountered an error
v1.0.2
Signed-off-by: ale <ale@manalejandro.com>
2025-07-22 02:13:03 +02:00

32 líneas
521 B
YAML

kind: pipeline
name: code-build-apk
type: docker
platform:
os: linux
arch: arm64
steps:
- name: build-apk
image: android-build-box
commands:
- ./gradlew assembleDebug
- mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk
when:
event:
- 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/*
when:
event:
- tag