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

CI: add testing step and remove OTB_DATA_ROOT

parent bac62908
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ set (PROJECT_SOURCE_DIR "${OTB_SOURCE_DIR}")
set (CMAKE_COMMAND "cmake")
# Data directory setting
set (OTB_DATA_ROOT "${OTB_SOURCE_DIR}/otb-data/") # todo
# set (OTB_DATA_ROOT "${OTB_SOURCE_DIR}/otb-data/") # todo
set (OTB_LARGEINPUT_ROOT "") # todo
......@@ -74,6 +74,6 @@ if ( NOT _build_rv EQUAL 0 )
message( SEND_ERROR "An error occurs during ctest_build.")
endif()
# ctest_test(PARALLEL_LEVEL 8)
ctest_test(PARALLEL_LEVEL 8)
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