unshortify/.gitlab-ci.yml

11 lines
242 B
YAML

image: ubuntu:jammy
assembleDebug:
stage: build
script: |
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/apk/debug/*.apk