Skip to content

Commit

Permalink
ci: temp disable for android
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 27, 2023
1 parent 14162f3 commit ee8bf6e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:
- name: Run tests
run: cargo test --verbose --features ci

- name: Build Android Cargo
working-directory: examples/android
run: ./gradlew cargoBuild
env:
ANDROID_NDK_HOME: ${{ env.ANDROID_SDK_ROOT }}/ndk/26.1.10909125
TOOLCHAIN: ${{ env.ANDROID_SDK_ROOT }}/ndk/26.1.10909125/toolchains/llvm/prebuilt/darwin-x86_64
RANLIB: ${{ env.ANDROID_SDK_ROOT }}/ndk/26.1.10909125/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-ranlib
# - name: Build Android Cargo
# working-directory: examples/android
# run: ./gradlew cargoBuild
# env:
# ANDROID_NDK_HOME: ${{ env.ANDROID_SDK_ROOT }}/ndk/26.1.10909125
# TOOLCHAIN: ${{ env.ANDROID_SDK_ROOT }}/ndk/26.1.10909125/toolchains/llvm/prebuilt/darwin-x86_64
# RANLIB: ${{ env.ANDROID_SDK_ROOT }}/ndk/26.1.10909125/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-ranlib

- name: Generate Binding for Kotlin
run: make bindgen-kotlin

- name: Build Android APK
working-directory: examples/android
run: ./gradlew assembleDebug
#
# - name: Build Android APK
# working-directory: examples/android
# run: ./gradlew assembleDebug

0 comments on commit ee8bf6e

Please sign in to comment.