File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,15 @@ jobs:
132132 # Paths must be single quoted for bash not to escape the Windows backslash character \ used in absolute paths
133133 ulimit -c unlimited
134134
135+ gdb -batch -ex "run" -ex "bt" -ex "bt full" -ex "info registers" -ex "quit" \
136+ --args ${{ env.APP_DIR }}/${{ matrix.test-binary }} \
137+ --strictness-level 10 \
138+ --rtcheck relaxed \
139+ --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Debug/VST3/DSPModulePluginDemo.vst3'
140+
135141 ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Debug/VST3/DSPModulePluginDemo.vst3'
136-
137- if [ -f core* ]; then
138- gdb -batch -ex "bt" -ex "bt full" ./pluginval core* > stacktrace.txt
139- cat stacktrace.txt
140- fi
141-
142142 ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/MultiOutSynthPlugin_artefacts/Debug/VST3/MultiOutSynthPlugin.vst3'
143-
143+
144144
145145 - name : Validate JUCE Plugin examples (AU)
146146 shell : bash
You can’t perform that action at this time.
0 commit comments