Add library build task to Android test CI workflow

This commit is contained in:
thunderbiscuit 2023-04-24 13:57:47 -04:00
parent b820d6a2ba
commit 871a06d1ce
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -52,6 +52,11 @@ jobs:
- name: "Install Rust Android targets"
run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi
- name: "Build Android library"
run: |
cd bdk-android
./gradlew buildAndroidLib
# There are currently no unit tests for bdk-android and the integration tests require the macOS image
# which is not working with the older NDK version we are using, so for now we just make sure that the library builds.
# - name: "Run Android unit tests"