Skip to content
Snippets Groups Projects
Commit f4d28263 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

CI: comment test section

parent ace473b4
No related branches found
No related tags found
No related merge requests found
......@@ -91,17 +91,15 @@ if ( NOT _build_rv EQUAL 0 )
message( SEND_ERROR "An error occurs during ctest_build.")
endif()
# TODO
if ( is_ready for_test )
ctest_test(PARALLEL_LEVEL 8
RETURN_VALUE _test_rv
CAPTURE_CMAKE_ERROR _test_error
)
if ( NOT _test_rv EQUAL 0 )
ctest_submit()
message( SEND_ERROR "An error occurs during ctest_test.")
endif()
# Uncomment when ready for test
# ctest_test(PARALLEL_LEVEL 8
# RETURN_VALUE _test_rv
# CAPTURE_CMAKE_ERROR _test_error
# )
# if ( NOT _test_rv EQUAL 0 )
# ctest_submit()
# message( SEND_ERROR "An error occurs during ctest_test.")
# endif()
endif()
ctest_submit()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment