Skip to content

Commit

Permalink
fixes appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justadudewhohacks committed Sep 8, 2019
1 parent 3d20b61 commit 6dcbc17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ environment:
install:
- cmd: choco install OpenCV -y -version %OPENCV_VERSION%
- if not "%BUILD_TASK%" == "ENVS" (
SET OPENCV_INCLUDE_DIR=c:\tools\opencv\build\include &&
SET OPENCV_LIB_DIR=c:\tools\opencv\build\x64\vc14\lib &&
SET OPENCV_BIN_DIR=c:\tools\opencv\build\x64\vc14\bin &&
SET PATH=%PATH%;%OPENCV_BIN_DIR%;
SET OPENCV_INCLUDE_DIR="c:\tools\opencv\build\include" &&
SET OPENCV_LIB_DIR="c:\tools\opencv\build\x64\vc14\lib" &&
SET OPENCV_BIN_DIR="c:\tools\opencv\build\x64\vc14\bin" &&
SET PATH="%PATH%;%OPENCV_BIN_DIR%;"
)
- ps: Install-Product node $env:nodejs_version x64
- node --version
Expand Down

0 comments on commit 6dcbc17

Please sign in to comment.