Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Mar 2, 2024
1 parent 88d8e57 commit 6df8877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,15 @@ jobs:
run: cmake --build build --config Release --parallel 4 --target BYOD_Standalone BYOD_VST3 BYOD_CLAP

- name: Unit Tests
if: runner.os == 'Linux' || runner.os == 'MacOS'
if: runner.os == 'Linux' || runner.os == 'Windows'
run: |
cmake --build build --config Release --parallel 4 --target BYOD_headless
build/BYOD --unit-tests --all
- name: Run auval
if: runner.os == 'MacOS'
run: |
cmake --build build --config Release --parallel 4 --target BYOD_AU
sudo cp -R -f "build/BYOD_artefacts/Release/AU/BYOD.component" "/Library/Audio/Plug-Ins/Components/BYOD.component"
killall -9 AudioComponentRegistrar
auval -a
Expand Down

0 comments on commit 6df8877

Please sign in to comment.