gha: win cl

This commit is contained in:
Alex Garcia 2024-06-28 22:10:08 -07:00
parent 39f6fa3dc9
commit 09203f360d

View file

@ -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: