Skip to content

Commit

Permalink
CI: Added plugin targets to juce compatibility build
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Oct 8, 2024
1 parent ab66525 commit 1a77554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/juce_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
shell: bash
run: |
cmake -B ${{ env.BUILD_DIR }} ${{ matrix.generator }}
cmake --build ./${{ env.BUILD_DIR }} --config ${{ env.BUILD_CONFIG }} --parallel --target DemoRunner EngineInPluginDemo TestRunner Benchmarks
cmake --build ./${{ env.BUILD_DIR }} --config ${{ env.BUILD_CONFIG }} --parallel --target DemoRunner EngineInPluginDemo_common TestRunner Benchmarks

0 comments on commit 1a77554

Please sign in to comment.