Install Java

This commit is contained in:
blank X 2022-07-11 11:00:35 +07:00
parent 9fe038c75f
commit 9377499970
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 5 additions and 1 deletions

View File

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