forked from PojavLauncherTeam/PojavLauncher
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Feat[Unpack]: Auto Unpack Jre21""
- Loading branch information
Showing
8 changed files
with
205 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,112 @@ | ||
name: Android CI | ||
|
||
on: | ||
pull_request: | ||
branches-ignore: | ||
- 'l10n_v3_openjdk2' | ||
types: [ opened, reopened ] | ||
push: | ||
branches-ignore: | ||
- 'l10n_v3_openjdk2' | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-22.04 | ||
env: | ||
GPLAY_KEYSTORE_PASSWORD: ${{ secrets.GPLAY_KEYSTORE_PASSWORD }} | ||
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 8 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
uses: actions/checkout@v4 | ||
|
||
- name: Get JRE 8 | ||
uses: dawidd6/action-download-artifact@v2 | ||
uses: dawidd6/action-download-artifact@v3 | ||
with: | ||
workflow: build.yml | ||
path: app_pojavlauncher/src/main/assets/components/jre | ||
workflow: buildjre8.yml | ||
path: app_pojavlauncher/src/main/assets/components/jre-8 | ||
workflow_conclusion: success | ||
repo: PojavLauncherTeam/android-openjdk-build-multiarch | ||
branch: buildjre8 | ||
repo: Vera-Firefly/android-openjdk-autobuild | ||
branch: main | ||
name: jre8-pojav | ||
|
||
- name: Get JRE17 | ||
uses: dawidd6/action-download-artifact@v2 | ||
- name: Get JRE 17 | ||
uses: dawidd6/action-download-artifact@v3 | ||
with: | ||
workflow: build.yml | ||
path: app_pojavlauncher/src/main/assets/components/jre-new | ||
workflow: buildjre17.yml | ||
path: app_pojavlauncher/src/main/assets/components/jre-17 | ||
workflow_conclusion: success | ||
repo: PojavLauncherTeam/android-openjdk-build-multiarch | ||
branch: buildjre17 | ||
repo: Vera-Firefly/android-openjdk-autobuild | ||
branch: main | ||
name: jre17-pojav | ||
|
||
- uses: gradle/gradle-build-action@v2 | ||
- name: Get JRE 21 | ||
uses: dawidd6/action-download-artifact@v3 | ||
with: | ||
gradle-version: 7.6.1 | ||
workflow: buildjre21.yml | ||
path: app_pojavlauncher/src/main/assets/components/jre-21 | ||
workflow_conclusion: success | ||
repo: Vera-Firefly/android-openjdk-autobuild | ||
branch: main | ||
name: jre21-pojav | ||
|
||
- name: Build JRE JAR files | ||
run: | | ||
./scripts/languagelist_updater.sh | ||
- name: Get LWJGL3 | ||
uses: dawidd6/action-download-artifact@v3 | ||
with: | ||
workflow: main.yml | ||
path: app_pojavlauncher/src/main/assets/components/lwjgl3 | ||
workflow_conclusion: success | ||
repo: Vera-Firefly/lwjgl3-build | ||
branch: official | ||
name: lwjgl | ||
|
||
mkdir out | ||
# Build JRE JAR files (security manager, etc...) | ||
gradle :jre_lwjgl3glfw:build --no-daemon | ||
- uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
gradle-version: 7.6.1 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
||
- name: Build Google Play .aab | ||
if: github.repository_owner == 'PojavLauncherTeam' && github.ref_name == 'v3_openjdk' | ||
- name: Build Debug | ||
run: | | ||
gradle :app_pojavlauncher:bundleGplay | ||
mv app_pojavlauncher/build/outputs/bundle/gplay/app_pojavlauncher-gplay.aab out/app-gplay.aab | ||
- name: Build Debug .apk | ||
run: | | ||
# Build the launcher | ||
gradle :app_pojavlauncher:assembleDebug | ||
mv app_pojavlauncher/build/outputs/apk/debug/app_pojavlauncher-debug.apk out/app-debug.apk | ||
- name: Build APK without runtime | ||
run: | | ||
rm -r app_pojavlauncher/src/main/assets/components/jre | ||
rm -r app_pojavlauncher/src/main/assets/components/jre-new | ||
gradle assembleDebug | ||
mv app_pojavlauncher/build/outputs/apk/debug/app_pojavlauncher-debug.apk out/app-debug-noruntime.apk | ||
- name: Gen md5sums | ||
run: | | ||
md5sum out/app-debug.apk > out/app-debug.md5 | ||
md5sum out/app-debug-noruntime.apk > out/app-debug-noruntime.md5 | ||
- name: Upload APK | ||
uses: actions/upload-artifact@v3 | ||
- name: Upload Debug | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: app-debug | ||
path: out/app-debug.* | ||
|
||
- name: Upload AAB | ||
uses: actions/upload-artifact@v3 | ||
path: app_pojavlauncher/build/outputs/apk/debug/* | ||
|
||
buildnoruntime: | ||
runs-on: ubuntu-22.04 | ||
env: | ||
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Get LWJGL3 | ||
uses: dawidd6/action-download-artifact@v3 | ||
with: | ||
name: app-release-aab | ||
path: out/app-gplay.aab | ||
workflow: main.yml | ||
path: app_pojavlauncher/src/main/assets/components/lwjgl3 | ||
workflow_conclusion: success | ||
repo: Vera-Firefly/lwjgl3-build | ||
branch: official | ||
name: lwjgl | ||
|
||
- name: Upload onto the Google Play testing track | ||
continue-on-error: true | ||
if: github.repository_owner == 'PojavLauncherTeam' && github.ref_name == 'v3_openjdk' | ||
uses: r0adkll/[email protected] | ||
- uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
serviceAccountJsonPlainText: ${{ secrets.GPLAY_SERVICE_JSON }} | ||
packageName: net.kdt.pojavlaunch | ||
releaseFiles: out/app-gplay.aab | ||
track: internal | ||
inAppUpdatePriority: 5 | ||
gradle-version: 7.6.1 | ||
|
||
- name: Upload APK (without runtime) | ||
uses: actions/upload-artifact@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
with: | ||
name: app-debug-noruntime | ||
path: out/app-debug-noruntime.* | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
||
- name: Build Debug-noruntime | ||
run: | | ||
gradle :app_pojavlauncher:assembleDebug | ||
- name: Upload Debug-noruntime | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: app-debug-noruntime | ||
path: app_pojavlauncher/build/outputs/apk/debug/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.