[MO] exclude MO build artifacts and add unit_tests to cpack (#6507)
This commit is contained in:
parent
033274c141
commit
64cbdb9c22
@ -37,6 +37,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
|||||||
PATTERN "extensions/front/caffe/CustomLayersMapping.xml" EXCLUDE
|
PATTERN "extensions/front/caffe/CustomLayersMapping.xml" EXCLUDE
|
||||||
PATTERN "mo/utils/convert.py" EXCLUDE
|
PATTERN "mo/utils/convert.py" EXCLUDE
|
||||||
PATTERN "unit_tests" EXCLUDE
|
PATTERN "unit_tests" EXCLUDE
|
||||||
|
PATTERN "openvino_mo.egg-info" EXCLUDE
|
||||||
|
PATTERN "build" EXCLUDE
|
||||||
|
|
||||||
REGEX ".*__pycache__.*" EXCLUDE
|
REGEX ".*__pycache__.*" EXCLUDE
|
||||||
REGEX ".*\\.pyc$" EXCLUDE
|
REGEX ".*\\.pyc$" EXCLUDE
|
||||||
@ -44,3 +46,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
|||||||
REGEX ".*\\.DS_Store$" EXCLUDE
|
REGEX ".*\\.DS_Store$" EXCLUDE
|
||||||
REGEX ".*_test\.py$" EXCLUDE
|
REGEX ".*_test\.py$" EXCLUDE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/unit_tests
|
||||||
|
DESTINATION deployment_tools/model_optimizer
|
||||||
|
COMPONENT tests
|
||||||
|
EXCLUDE_FROM_ALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user