mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
gha: vendor scripts
This commit is contained in:
parent
b182ec2262
commit
bf0886b3b7
3 changed files with 16 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- run: pip install pytest numpy; make test-loadable
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
@ -20,6 +21,7 @@ jobs:
|
|||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- run: /usr/local/opt/python@3/libexec/bin/python -m pip install pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
@ -30,6 +32,7 @@ jobs:
|
|||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable CFLAGS="-target arm64-apple-macos11"
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
@ -39,6 +42,7 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- run: pip install pytest numpy; make test-loadable
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue