mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
windows try msvc
This commit is contained in:
parent
a210874c46
commit
35a05d6ca8
1 changed files with 15 additions and 0 deletions
15
.github/workflows/test.yaml
vendored
15
.github/workflows/test.yaml
vendored
|
|
@ -57,6 +57,21 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-windows-x86_64-extension
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
build-windows-x86_64-extension-msvc:
|
||||||
|
runs-on: windows-2019
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
|
- run: ./scripts/vendor.sh
|
||||||
|
shell: bash
|
||||||
|
- run: make loadable CC=cl.exe
|
||||||
|
- run: pip install pytest numpy; make test-loadable
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
|
path: dist/*
|
||||||
build-wasm32-emscripten:
|
build-wasm32-emscripten:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue