Skip to content

Commit 871a06d

Browse files
Add library build task to Android test CI workflow
1 parent b820d6a commit 871a06d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-android.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
- name: "Install Rust Android targets"
5353
run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi
5454

55+
- name: "Build Android library"
56+
run: |
57+
cd bdk-android
58+
./gradlew buildAndroidLib
59+
5560
# There are currently no unit tests for bdk-android and the integration tests require the macOS image
5661
# which is not working with the older NDK version we are using, so for now we just make sure that the library builds.
5762
# - name: "Run Android unit tests"

0 commit comments

Comments
 (0)