adentinger / CMakeBestPractices

A reference CMake configuration for fairly scalable open-/closed-source C/C++ projects
MIT License
2 stars 0 forks source link

Consider uploading test results to CDash #70

Open adentinger opened 1 year ago

adentinger commented 1 year ago

Not sure whether all CI test results should be uploaded, even of PRs, or if only those on develop and/or main should. Kinda depends on how CDash works.

Also, where should the upload secret be? A project shouldn't give out the private information the CI needs to upload its tests results. GitHub likely has something to help with this (spectre begone!).