Skip to content

Commit 35a05d6

Browse files
committed
windows try msvc
1 parent a210874 commit 35a05d6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ jobs:
5757
with:
5858
name: sqlite-vec-windows-x86_64-extension
5959
path: dist/*
60+
build-windows-x86_64-extension-msvc:
61+
runs-on: windows-2019
62+
steps:
63+
- uses: actions/checkout@v4
64+
- uses: actions/setup-python@v5
65+
with:
66+
python-version: "3.12"
67+
- run: ./scripts/vendor.sh
68+
shell: bash
69+
- run: make loadable CC=cl.exe
70+
- run: pip install pytest numpy; make test-loadable
71+
- uses: actions/upload-artifact@v4
72+
with:
73+
name: sqlite-vec-windows-x86_64-extension
74+
path: dist/*
6075
build-wasm32-emscripten:
6176
runs-on: ubuntu-latest
6277
steps:

0 commit comments

Comments
 (0)