Is your feature request related to a problem? Please describe.
Having both the QBS and CMake build runners for supported platforms would allow for proper testing between both build systems. If there’s a way to do a checksum test between the artifacts produced from the platform builds, that would also allow for finding possible build configuration errors. (Not sure how viable or easy this would be yet)
Describe the solution you'd like
Implement this into the current GitHub build workflow and decide on overall equal build configurations for both (which is what’s already in place with the build scripts used).
Describe alternatives you've considered
I haven’t looked into direct alternatives.
Additional context
This would increase the total build times overall but would also allow for future bugs in PRs to be found more easily.
Is your feature request related to a problem? Please describe.
Having both the QBS and CMake build runners for supported platforms would allow for proper testing between both build systems. If there’s a way to do a checksum test between the artifacts produced from the platform builds, that would also allow for finding possible build configuration errors. (Not sure how viable or easy this would be yet)
Describe the solution you'd like
Implement this into the current GitHub build workflow and decide on overall equal build configurations for both (which is what’s already in place with the build scripts used).
Describe alternatives you've considered
I haven’t looked into direct alternatives.
Additional context
This would increase the total build times overall but would also allow for future bugs in PRs to be found more easily.