Skip to content

Commit

Permalink
gha: wasm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Sep 7, 2024
1 parent f002d33 commit 5a1cd93
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,7 @@ jobs:
name: sqlite-vec-macos-aarch64-extension
path: dist/*
build-windows-x86_64-extension:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: ./scripts/vendor.sh
shell: bash
- run: make loadable static CC=gcc
- run: pip install pytest numpy; make test-loadable CC=gcc
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-windows-x86_64-extension
path: dist/*
build-windows-x86_64-extension-msvc:
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -122,7 +107,7 @@ jobs:
- run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-windows-x86_64-msvc-extension
name: sqlite-vec-windows-x86_64-extension
path: dist/*
build-wasm32-emscripten:
runs-on: ubuntu-latest
Expand All @@ -134,10 +119,11 @@ jobs:
- run: ./scripts/vendor.sh
- run: make sqlite-vec.h
- run: make wasm
- run: ls; ls dist; ls dist/.wasm
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-wasm32-emscripten
path: dist/*
path: dist/.wasm/*
build-ncruces-go:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5a1cd93

Please sign in to comment.