We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b820d6a commit 871a06dCopy full SHA for 871a06d
.github/workflows/test-android.yaml
@@ -52,6 +52,11 @@ jobs:
52
- name: "Install Rust Android targets"
53
run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi
54
55
+ - name: "Build Android library"
56
+ run: |
57
+ cd bdk-android
58
+ ./gradlew buildAndroidLib
59
+
60
# There are currently no unit tests for bdk-android and the integration tests require the macOS image
61
# which is not working with the older NDK version we are using, so for now we just make sure that the library builds.
62
# - name: "Run Android unit tests"
0 commit comments