SetAsWallpaper/.drone.yml
Michel Roux 8aa8d06fe0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Prepare for Play Store
2021-08-09 08:56:39 +02:00

21 lines
453 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: mingc/android-build-box
commands:
- sh gradlew build bundle
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.crystalyx.net
files:
- app/build/outputs/apk/debug/app-debug.apk
- app/build/outputs/bundle/release/app-release.aab
when:
event: tag