mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
gha: msvc manual
This commit is contained in:
parent
974823f9d6
commit
66bc7e8947
1 changed files with 8 additions and 1 deletions
9
.github/workflows/test.yaml
vendored
9
.github/workflows/test.yaml
vendored
|
|
@ -67,7 +67,14 @@ jobs:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: make loadable CC=cl.exe
|
- run: make sqlite-vec.h
|
||||||
|
- run: cl.exe \
|
||||||
|
/fPIC -shared \
|
||||||
|
/W4 \
|
||||||
|
/Ivendor/ \
|
||||||
|
/O2 \
|
||||||
|
\
|
||||||
|
sqlite-vec.c -o dist/vec0.dll
|
||||||
- run: pip install pytest numpy; make test-loadable
|
- run: pip install pytest numpy; make test-loadable
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue