You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, using Matplot++ to verify some audio oscillators, filters, and envelopes. As part of the unit testing for these, I want to output plots of a single waveform or frequency response etc, and for the testing to be carried out using GitHub Actions. So, two questions:
How can I copy the output jpgs from a build directory to somewhere else for viewing, such that the plots are updated with every merge?
How can I set up GNUPlot as part of a build pipeline? I'm guessing I would need to statically link against the binary - but then I'm unsure how to go about this for each OS that I test for?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, using Matplot++ to verify some audio oscillators, filters, and envelopes. As part of the unit testing for these, I want to output plots of a single waveform or frequency response etc, and for the testing to be carried out using GitHub Actions. So, two questions:
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions