File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ environment:
51
51
install :
52
52
- cmd : choco install OpenCV -y -version %OPENCV_VERSION%
53
53
- if not "%BUILD_TASK%" == "ENVS" (
54
- SET OPENCV_INCLUDE_DIR=c:\tools\opencv\build\include
55
- SET OPENCV_LIB_DIR=c:\tools\opencv\build\x64\vc14\lib
56
- SET OPENCV_BIN_DIR=c:\tools\opencv\build\x64\vc14\bin
54
+ SET OPENCV_INCLUDE_DIR=c:\tools\opencv\build\include &&
55
+ SET OPENCV_LIB_DIR=c:\tools\opencv\build\x64\vc14\lib &&
56
+ SET OPENCV_BIN_DIR=c:\tools\opencv\build\x64\vc14\bin &&
57
57
SET PATH=%PATH%;%OPENCV_BIN_DIR%;
58
58
)
59
59
- ps : Install-Product node $env:nodejs_version x64
@@ -67,12 +67,12 @@ build: off
67
67
test_script :
68
68
- node --version
69
69
- if "%BUILD_TASK%" == "ENVS" (
70
- cd .\ci\envs
71
- npm install
70
+ cd .\ci\envs &&
71
+ npm install &&
72
72
npm test
73
73
) else (
74
- cd c:\projects\opencv4nodejs\test
75
- npm install
76
- npm run test-appveyor
74
+ cd c:\projects\opencv4nodejs\test &&
75
+ npm install &&
76
+ npm run test-appveyor &&
77
77
npm run test-externalMemTracking
78
78
)
You can’t perform that action at this time.
0 commit comments