File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 working-directory : modules/juce
122122 shell : bash
123123 run : |
124- cmake -B Builds -DJUCE_BUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .
124+ cmake -B Builds -DJUCE_BUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .
125125 # Full list of targets https://gist.github.com/sudara/05be084efa371f4e43e21eb19ce04c50
126126 # Be sure to manually break the cache in the previous step if you want to add/remove plugins
127127 cmake --build Builds --config Release --target DSPModulePluginDemo_All --target MultiOutSynthPlugin_All
@@ -131,7 +131,6 @@ jobs:
131131 run : |
132132 ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Release/VST3/DSPModulePluginDemo.vst3'
133133 ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/MultiOutSynthPlugin_artefacts/Release/VST3/MultiOutSynthPlugin.vst3'
134-
135134
136135 - name : Validate JUCE Plugin examples (AU)
137136 shell : bash
You can’t perform that action at this time.
0 commit comments