mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
ios build re-arrange, re-enable windows on test.yaml
This commit is contained in:
parent
fa4770b84d
commit
687a2821f2
1 changed files with 14 additions and 15 deletions
29
.github/workflows/test.yaml
vendored
29
.github/workflows/test.yaml
vendored
|
|
@ -55,6 +55,20 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-android-${{ matrix.cc }}-extension
|
name: sqlite-vec-android-${{ matrix.cc }}-extension
|
||||||
path: dist/*.so
|
path: dist/*.so
|
||||||
|
build-ios-extension:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
|
- run: ./scripts/vendor.sh
|
||||||
|
|
||||||
|
- run: make CFLAGS="-target arm64-apple-ios -isysroot $(xcrun -sdk iphoneos --show-sdk-path) -DNDEBUG=1" loadable static
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: sqlite-vec-ios-testing-extension
|
||||||
|
path: dist/*
|
||||||
build-macos-x86_64-extension:
|
build-macos-x86_64-extension:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -77,20 +91,6 @@ 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
|
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
|
||||||
with:
|
|
||||||
xcode-version: latest-stable
|
|
||||||
- run: ./scripts/vendor.sh
|
|
||||||
|
|
||||||
- run: make CFLAGS="-target arm64-apple-ios -isysroot $(xcrun -sdk iphoneos --show-sdk-path) -DNDEBUG=1" 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:
|
||||||
|
|
@ -107,7 +107,6 @@ jobs:
|
||||||
name: sqlite-vec-windows-x86_64-extension
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
build-windows-x86_64-extension-msvc:
|
build-windows-x86_64-extension-msvc:
|
||||||
if: false
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue