github action android build #1557

This commit is contained in:
rusefi 2020-07-02 23:02:10 -04:00
parent 64d5fb851c
commit 4c6505166e
1 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,12 @@ jobs:
- name: Test Compiler
run: javac -version
- name: Build console
- name: Build Android
working-directory: ./android
run: bash ./gradlew build
- name: Upload APK
uses: actions/upload-artifact@v1
with:
name: app-release-unsigned
path: ./android/app/build/outputs/apk/release/app-release-unsigned.apk