Skip to content

Commit

Permalink
Add Kotlin Android to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwiederin committed Nov 24, 2023
1 parent 2ca64cd commit 93d6594
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
distribution: temurin
java-version: 11

- name: Show default version of NDK
run: echo $ANDROID_NDK_ROOT

- name: Set default Rust version to 1.73.0
run: rustup default 1.73.0

- name: Run ktlintCheck on ldk-node-jvm
run: |
cd $LDK_NODE_JVM_DIR
Expand All @@ -33,6 +39,9 @@ jobs:
- name: Generate Kotlin JVM
run: ./scripts/uniffi_bindgen_generate_kotlin.sh

- name: Generate Kotlin Android
run: ./scripts/uniffi_bindgen_generate_kotlin_android.sh

- name: Start bitcoind and electrs
run: docker compose up -d

Expand Down

0 comments on commit 93d6594

Please sign in to comment.