I use/maintain a few CMake projects, so I started examining CTest/CDash, but there's something that I can't figure out:
Is it only made to display build/test results? (aka beautified logs)
Or : May deployment of night build binaries on a server be included in that workflow?
As much as I think that CTest is the ideal tool for testing CMake projects and showing test results, I would also like to automate the deployment of nightly builds on a web server, and I'm wondering if it's the right tool for that...