Check build android
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Check Build Tools
|
||||
run: |
|
||||
ls -R $ANDROID_HOME/build-tools || true
|
||||
ls -R $ANDROID_HOME/platforms || true'
|
||||
ls -R $ANDROID_HOME/platforms || true
|
||||
|
||||
build-android:
|
||||
runs-on: android
|
||||
@@ -51,5 +51,8 @@ jobs:
|
||||
- name: Grant execute permission
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
- name: List Gradle Projects
|
||||
run: ./gradlew projects
|
||||
|
||||
- name: Build Android Debug APK
|
||||
run: ./gradlew :androidApp:assembleDebug --stacktrace
|
||||
Reference in New Issue
Block a user