mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: try multiple android
This commit is contained in:
parent
ea8f483d79
commit
76a5c2a99b
1 changed files with 10 additions and 1 deletions
11
.github/workflows/test.yaml
vendored
11
.github/workflows/test.yaml
vendored
|
|
@ -22,6 +22,15 @@ jobs:
|
|||
path: dist/*
|
||||
build-x86_64-linux-android-extension:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
cc:
|
||||
[
|
||||
aarch64-linux-android21-clang,
|
||||
i686-linux-android21-clang,
|
||||
x86_64-linux-android21-clang,
|
||||
armv7a-linux-androideabi21-clang,
|
||||
]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: ./scripts/vendor.sh
|
||||
|
|
@ -38,7 +47,7 @@ jobs:
|
|||
ls $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin
|
||||
- run: |
|
||||
export PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
||||
make CC=aarch64-linux-android21-clang \
|
||||
make CC=${{ matrix.cc }} \
|
||||
AR=llvm-ar \
|
||||
RANLIB=llvm-ranlib \
|
||||
STRIP=llvm-strip loadable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue