mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
gha: win cl
This commit is contained in:
parent
39f6fa3dc9
commit
09203f360d
1 changed files with 2 additions and 7 deletions
9
.github/workflows/test.yaml
vendored
9
.github/workflows/test.yaml
vendored
|
|
@ -68,13 +68,8 @@ jobs:
|
|||
- run: ./scripts/vendor.sh
|
||||
shell: bash
|
||||
- run: make sqlite-vec.h
|
||||
- run: cl.exe \
|
||||
/fPIC -shared \
|
||||
/W4 \
|
||||
/Ivendor/ \
|
||||
/O2 \
|
||||
\
|
||||
sqlite-vec.c -o dist/vec0.dll
|
||||
- run: mkdir dist
|
||||
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 sqlite-vec.c -o dist/vec0.dll
|
||||
- run: pip install pytest numpy; make test-loadable
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue