Skip to content

Commit

Permalink
gha: ios?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 27, 2024
1 parent df2cc06 commit 293e928
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ jobs:
with:
name: sqlite-vec-macos-aarch64-extension
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:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 293e928

Please sign in to comment.