unshortify/.gitlab-ci.yml

12 lines
259 B
YAML
Raw Normal View History

2022-07-11 04:00:35 +00:00
image: ubuntu:jammy
2022-07-11 03:41:46 +00:00
assembleDebug:
stage: build
2022-07-11 04:00:35 +00:00
script: |
2022-07-11 04:03:32 +00:00
apt update
2022-07-11 04:01:45 +00:00
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
2022-07-11 04:00:35 +00:00
./gradlew assembleDebug
2022-07-11 03:41:46 +00:00
artifacts:
paths:
- app/build/outputs/apk/debug/*.apk