Skip to content

Commit

Permalink
Disable samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Nov 9, 2021
1 parent b630758 commit 8388a75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ jobs:
- script: ls -alR $(INSTALL_DIR)
displayName: 'List install files'

- script: $(INSTALL_DIR)/samples/cpp/build_samples.sh
workingDirectory: $(BUILD_SAMPLES_DIR)
displayName: 'Build cpp samples'
# - script: $(INSTALL_DIR)/samples/cpp/build_samples.sh
# workingDirectory: $(BUILD_SAMPLES_DIR)
# displayName: 'Build cpp samples'

- script: $(INSTALL_DIR)/samples/c/build_samples.sh
workingDirectory: $(BUILD_SAMPLES_DIR)
displayName: 'Build c samples'
# - script: $(INSTALL_DIR)/samples/c/build_samples.sh
# workingDirectory: $(BUILD_SAMPLES_DIR)
# displayName: 'Build c samples'

- script: rm -fr $(BUILD_DIR)
displayName: 'Clean build dir'
Expand Down
12 changes: 6 additions & 6 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ jobs:
- script: dir $(INSTALL_DIR) /s
displayName: 'List install files'

- script: $(INSTALL_DIR)\samples\cpp\build_samples_msvc.bat
workingDirectory: $(BUILD_SAMPLES_DIR)
displayName: 'Build cpp samples'
# - script: $(INSTALL_DIR)\samples\cpp\build_samples_msvc.bat
# workingDirectory: $(BUILD_SAMPLES_DIR)
# displayName: 'Build cpp samples'

- script: $(INSTALL_DIR)\samples\c\build_samples_msvc.bat
workingDirectory: $(BUILD_SAMPLES_DIR)
displayName: 'Build c samples'
# - script: $(INSTALL_DIR)\samples\c\build_samples_msvc.bat
# workingDirectory: $(BUILD_SAMPLES_DIR)
# displayName: 'Build c samples'

- script: rd /Q /S $(BUILD_DIR)
displayName: 'Clean build dir'
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/ittapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ if(ENABLE_PROFILING_ITT)
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/ittapi/include>)

openvino_developer_export_targets(COMPONENT openvino_common TARGETS ittnotify)
ov_install_static_lib(ittnotify core)
ov_install_static_lib(ittnotify openvino_common)
endif()
endif()

0 comments on commit 8388a75

Please sign in to comment.