Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Nov 29, 2023
1 parent 96867ca commit 02d0488
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
- script: |
set PATH=$(WORK_DIR)\ninja-win;%PATH%
call "$(MSVS_VARS_PATH)" && cmake -GNinja ^
call "$(MSVS_VARS_PATH)"
cmake -GNinja ^
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) ^
-DBUILD_nvidia_plugin=OFF ^
-DENABLE_OV_TF_FRONTEND=OFF ^
Expand Down Expand Up @@ -151,10 +152,10 @@ jobs:
- script: |
set PATH=$(WORK_DIR)\ninja-win;%PATH%
set OpenCV_DIR=C:\tools\opencv\build
call "$(MSVS_VARS_PATH)" && cmake -GNinja ^
call "$(SETUPVARS)"
call "$(MSVS_VARS_PATH)"
cmake -GNinja ^
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) ^
-DOpenVINO_DIR=$(INSTALL_DIR)\runtime\cmake ^
-DCUSTOM_OPERATIONS="tokenizer" ^
-DCMAKE_C_COMPILER:PATH="$(MSVC_COMPILER_PATH)" ^
-DCMAKE_CXX_COMPILER:PATH="$(MSVC_COMPILER_PATH)" ^
$(REPO_DIR)\modules\custom_operations
Expand Down

0 comments on commit 02d0488

Please sign in to comment.