Enforce offscreen rendering for all tests#3401
Conversation
|
Thanks, this would be nice, but last time I tried the offscreen renderer didn't work on Windows. Maybe because it's not included in the static build? Let's wait for CI. |
The tests on Windows stalled with no output. Reverted and pushed a revised version. |
|
I am curious to see if all tests will pass on ARM and PowerPC architectures. |
|
Can you make a follow up that removes the QT_QPA_PLATFORM_PLUGIN_PATH from the GitHub Actions build workflow? I think with these changes it's not needed anymore. |
Ideas how to achieve this in CMakeLists.txt for the mixxx-benchmark target? This would allow complete removal. |
Enforce offscreen rendering for all tests except benchmark tests.
Background: In the RPM build
ctestis invoked through a macro%ctest3that does not to allow setting initial environment variables. This change finally allows to enable and run the tests in the Fedora build system.