sudara / melatonin_perfetto

Use google's perfetto performance tracing in JUCE plugins and apps
45 stars 8 forks source link

Add cross-platform GitHub Actions tests #7

Closed sudara closed 1 year ago

sudara commented 1 year ago

Followup to #4

cc @benthevining

benthevining commented 1 year ago

Interestingly, there are a couple of test failures on Linux. Is that a platform you'd like to put time & energy into supporting? I don't have a Linux machine available so we may have to rely on repeated GH Actions builds to debug this 😬

sudara commented 1 year ago

No need for linux. Assuming the tests are only running in the context of this project, it's fair to stick with macOS and Windows. Down the line if there's someone wanting Linux support, they can help us figure it out....

benthevining commented 1 year ago

OK great. I'll remove Linux from the CI matrix; Mac and Windows are passing.