ctest: Add support for generating xUnit/JUnit XML output
Being able to generate JUnit XML output from CTest would be convenient for integration with CI tools (e.g. GitLab CI). The XML output produced by the current ctest -T Test
option is not compatible.
Something like:
ctest --output-xunit test_results.xml
-
After updating, send a note to the Appveyor team suggesting that they update their CTest/JUnit documentation
Edited by Taylor Braun-Jones