Files
APKDownloader/.gitlab-ci.yml
Aayush Gupta dc6a78a439 gitlab-ci: Drop unused stages and scripts
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 13:48:57 +05:30

22 lines
341 B
YAML

image: "theimpulson/gitlab-ci-android:android-34"
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew
cache:
key: ${CI_PROJECT_ID}
paths:
- .gradle/
stages:
- build
assembleDebug:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/apk/debug/app-debug.apk