mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 02:17:27 +08:00
gitlab-ci: report JUnit results for memcheck runs
This commit is contained in:
@@ -1023,6 +1023,7 @@ t:fedora42-asan:
|
|||||||
- .fedora42_asan
|
- .fedora42_asan
|
||||||
- .cmake_memcheck_linux
|
- .cmake_memcheck_linux
|
||||||
- .linux_x86_64_tags
|
- .linux_x86_64_tags
|
||||||
|
- .cmake_junit_artifacts
|
||||||
- .run_dependent
|
- .run_dependent
|
||||||
needs:
|
needs:
|
||||||
- b:fedora42-asan
|
- b:fedora42-asan
|
||||||
|
@@ -26,6 +26,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/ctest_exclusions.cmake")
|
|||||||
ctest_memcheck(
|
ctest_memcheck(
|
||||||
PARALLEL_LEVEL "${nproc}"
|
PARALLEL_LEVEL "${nproc}"
|
||||||
TEST_LOAD "${nproc}"
|
TEST_LOAD "${nproc}"
|
||||||
|
OUTPUT_JUNIT "${CTEST_BINARY_DIRECTORY}/junit.xml"
|
||||||
RETURN_VALUE test_result
|
RETURN_VALUE test_result
|
||||||
EXCLUDE "${test_exclusions}"
|
EXCLUDE "${test_exclusions}"
|
||||||
DEFECT_COUNT defects)
|
DEFECT_COUNT defects)
|
||||||
|
Reference in New Issue
Block a user