Install Java
This commit is contained in:
parent
9fe038c75f
commit
9377499970
|
@ -1,6 +1,10 @@
|
||||||
|
image: ubuntu:jammy
|
||||||
|
|
||||||
assembleDebug:
|
assembleDebug:
|
||||||
stage: build
|
stage: build
|
||||||
script: ./gradlew assembleDebug
|
script: |
|
||||||
|
sudo DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
|
||||||
|
./gradlew assembleDebug
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- app/build/outputs/apk/debug/*.apk
|
- app/build/outputs/apk/debug/*.apk
|
||||||
|
|
Loading…
Reference in New Issue