mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 08:29:53 +01:00
Add ARM build
This commit is contained in:
parent
29fbc11814
commit
9fe1838f97
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -110,12 +110,7 @@ jobs:
|
|||
run: poetry config experimental.new-installer false && poetry install
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
if [[ ${{ matrix.cpu }} == "intel" ]]; then
|
||||
poetry run make test;
|
||||
else
|
||||
poetry run make whisper_cpp CMAKE_FLAGS="-DWHISPER_NO_AVX=ON -DWHISPER_NO_AVX2=ON -DWHISPER_NO_FMA=ON";
|
||||
fi
|
||||
run: poetry run make test cpu=${{ matrix.cpu }}
|
||||
|
||||
- name: Upload coverage reports to Codecov with GitHub Action
|
||||
uses: codecov/codecov-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue