Build gradle project in CI

This commit is contained in:
Maximilian Ammann 2022-04-23 18:38:19 +02:00
parent 630a1e4bf7
commit 01f86dff1c

View File

@ -11,7 +11,7 @@ runs:
- uses: Swatinem/rust-cache@v1
- name: Build
shell: bash
run: just build-apk
run: cd android/gradle && ./gradlew assembleDebug
- uses: actions/upload-artifact@v2
with:
name: maplibre-rs.apk