mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: ios?
This commit is contained in:
parent
df2cc06221
commit
293e9280f4
1 changed files with 10 additions and 0 deletions
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
|
|
@ -77,6 +77,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-macos-aarch64-extension
|
name: sqlite-vec-macos-aarch64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
build-ios-extension:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: ./scripts/vendor.sh
|
||||||
|
- run: make CFLAGS="-target x86_64-apple-ios" loadable static
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: sqlite-vec-ios-testing-extension
|
||||||
|
path: dist/*
|
||||||
build-windows-x86_64-extension:
|
build-windows-x86_64-extension:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue