mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 14:16:58 -04:00
Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk
This commit is contained in:
commit
fb59710939
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
@ -14,10 +14,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
# the gradlew does not have exec perm already so
|
run: |
|
||||||
run: chmod +x gradlew && ./gradlew build
|
chmod +x gradlew
|
||||||
|
./gradlew clean build
|
||||||
|
./gradlew test
|
||||||
|
# should test???
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: app
|
name: app-debug
|
||||||
path: app/build/outputs/apk/debug/app-debug.apk
|
path: app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user