- ctest -D $CTEST_RUN_MODE --output-on-failure | tee ctestLog.log || true - awk '/The following tests FAILED/,/^Errors while running CTest|^$/' ctestLog.log | tee ctestErrors.log - xsltproc $CI_PROJECT_DIR/scripts/CTest2JUnit.xsl Testing/`head -n 1 < Testing/TAG`/*.xml ...
To apply the automatic fixes to the issue identified clang-tidy should be run seperately (running clang-tidy with ``-fix-errors`` as part of the build can corrupt header files). To fix a specific file run ``clang-tidy -fix-errors -header-filter '.*' {file}``, to fix all files in...