mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 17:26:25 +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
|
- run: ./scripts/vendor.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: make sqlite-vec.h
|
- run: make sqlite-vec.h
|
||||||
- run: cl.exe \
|
- run: mkdir dist
|
||||||
/fPIC -shared \
|
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 sqlite-vec.c -o dist/vec0.dll
|
||||||
/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