Test java version change
This commit is contained in:
parent
a103954beb
commit
af5f8b7384
|
@ -117,15 +117,18 @@ fdroid build:
|
||||||
paths:
|
paths:
|
||||||
- signed/
|
- signed/
|
||||||
when: always
|
when: always
|
||||||
only:
|
#only:
|
||||||
- tags
|
# - tags
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
key: "$CI_JOB_NAME"
|
||||||
paths:
|
paths:
|
||||||
- .android
|
- .android
|
||||||
- .gradle
|
- .gradle
|
||||||
script:
|
script:
|
||||||
# Put the correct versionName and versionCode in the .fdroid.yml
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
# Put the correct versionName and versionCode in the .fdroid.yml
|
||||||
- sed -e "s/\${versionName}/$(./gradlew -q printVersionName)/" -e "s/\${versionCode}/$(./gradlew -q printVersionCode)/" .fdroid.yml.template > .fdroid.yml
|
- sed -e "s/\${versionName}/$(./gradlew -q printVersionName)/" -e "s/\${versionCode}/$(./gradlew -q printVersionCode)/" .fdroid.yml.template > .fdroid.yml
|
||||||
- rm .fdroid.yml.template
|
- rm .fdroid.yml.template
|
||||||
# each `fdroid build --on-server` run expects sudo, then uninstalls it
|
# each `fdroid build --on-server` run expects sudo, then uninstalls it
|
||||||
|
|
Loading…
Reference in New Issue