Skip to content

Commit

Permalink
Adding auval to MacoS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Mar 2, 2024
1 parent bed2e3d commit 88d8e57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ jobs:
cmake --build build --config Release --parallel 4 --target BYOD_headless
build/BYOD --unit-tests --all
- name: Run auval
if: runner.os == 'MacOS'
run: |
sudo cp -R -f "build/BYOD_artefacts/Release/AU/BYOD.component" "/Library/Audio/Plug-Ins/Components/BYOD.component"
killall -9 AudioComponentRegistrar
auval -a
auval -strict -v aufx Dqu0 Chow
- name: Validate
if: runner.os == 'Windows' # || runner.os == 'MacOS'
run: bash scripts/validate.sh
Expand Down

0 comments on commit 88d8e57

Please sign in to comment.