e-ntfy-android/.gitlab-ci.yml

22 lines
363 B
YAML
Raw Normal View History

2024-09-25 08:48:03 +02:00
image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest"
stages:
- build
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew
cache:
key: ${CI_PROJECT_ID}
paths:
- .gradle/
buildRelease:
stage: build
script:
- ./gradlew :assembleRelease
artifacts:
paths:
- sample/build/outputs/apk/release/