Install Java
This commit is contained in:
parent
9fe038c75f
commit
9377499970
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue