Skip to content

Commit

Permalink
Extra fixes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Jan 17, 2024
1 parent 87dd118 commit 9093bd2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,10 @@ outputs:
- ./openvino_devices_test # [unix]

# check that frontends are found using OpenVINO C++ API
- cmake -S snippets -B snippets_build
- cmake --build snippets_build --config Release --verbose
- ./snippets_build/openvino_frontends_test # [unix]
- .\\snippets_build\\Release\\openvino_frontends_test.exe # [win]
- cmake -DCMAKE_BUILD_TYPE=Release -S snippets -B snippets_openvino_dev_build
- cmake --build snippets_openvino_dev_build --config Release --verbose
- ./snippets_openvino_dev_build/openvino_frontends_test # [unix]
- .\\snippets_openvino_dev_build\\Release\\openvino_frontends_test.exe # [win]

- name: openvino
version: {{ version }}
Expand Down Expand Up @@ -668,10 +668,10 @@ outputs:
- ./openvino_devices_test # [unix]

# check that frontends are found using OpenVINO C++ API
- cmake -S snippets -B snippets_build -G Ninja
- cmake --build snippets_build --config Release --verbose
- ./snippets_build/openvino_frontends_test # [unix]
- .\\snippets_build\\Release\\openvino_frontends_test.exe # [win]
- cmake -G "Ninja Multi-Config" -S snippets -B snippets_openvino_{{ CONDA_PY }}_build
- cmake --build snippets_openvino_{{ CONDA_PY }}_build --config Release --verbose
- ./snippets_openvino_{{ CONDA_PY }}_build/openvino_frontends_test # [unix]
- .\\snippets_openvino_{{ CONDA_PY }}_build\\Release\\openvino_frontends_test.exe # [win]

about:
home: https://github.com/openvinotoolkit/openvino
Expand Down

0 comments on commit 9093bd2

Please sign in to comment.