Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 7ee0e00

Browse files
author
Simon Hofmann
committed
Re-added OpenCV env vars for windows builds
1 parent 9ef265f commit 7ee0e00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ environment:
3131

3232
install:
3333
# - cmd: choco install OpenCV -y -version %OPENCV_VERSION%
34-
# - if not "%BUILD_TASK%" == "ENVS" SET OPENCV_INCLUDE_DIR=c:\tools\opencv\build\include
35-
# - if not "%BUILD_TASK%" == "ENVS" SET OPENCV_LIB_DIR=c:\tools\opencv\build\x64\vc14\lib
36-
# - if not "%BUILD_TASK%" == "ENVS" SET OPENCV_BIN_DIR=c:\tools\opencv\build\x64\vc14\bin
37-
# - if not "%BUILD_TASK%" == "ENVS" SET PATH=%PATH%;%OPENCV_BIN_DIR%;
34+
- if not "%BUILD_TASK%" == "ENVS" SET OPENCV_INCLUDE_DIR=c:\tools\opencv\build\include
35+
- if not "%BUILD_TASK%" == "ENVS" SET OPENCV_LIB_DIR=c:\tools\opencv\build\x64\vc14\lib
36+
- if not "%BUILD_TASK%" == "ENVS" SET OPENCV_BIN_DIR=c:\tools\opencv\build\x64\vc14\bin
37+
- if not "%BUILD_TASK%" == "ENVS" SET PATH=%PATH%;%OPENCV_BIN_DIR%;
3838
- ps: Install-Product node $env:nodejs_version x64
3939
- node --version
4040

0 commit comments

Comments
 (0)