This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ matrix:
49
49
env :
50
50
- BUILD_TASK=test
51
51
TAG=3.4.6-contrib-node10
52
- - os : linux
53
- env :
54
- - BUILD_TASK=cover
55
- TAG=3.4.6-contrib-node11
56
52
- os : linux
57
53
node_js : ' 6'
58
54
env :
@@ -105,9 +101,7 @@ matrix:
105
101
before_install :
106
102
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh;
107
103
108
- install :
109
- - if [[ "$TRAVIS_OS_NAME" == "linux" && $TAG != "" ]]; then travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG; fi
110
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install opencv@3; brew link --force opencv@3; fi
104
+ install : true
111
105
112
106
script :
113
107
- if [[ $BUILD_TASK != "prebuild" ]]; then
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ environment:
49
49
OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
50
50
51
51
install :
52
- - cmd : choco install OpenCV -y -version %OPENCV_VERSION%
52
+ # - cmd: choco install OpenCV -y -version %OPENCV_VERSION%
53
53
- IF EXIST c:\tools\opencv* CD c:\tools\opencv*
54
54
- SET OPENCV_INCLUDE_DIR=%CD%\build\include
55
55
- SET OPENCV_LIB_DIR=%CD%\build\x64\vc14\lib
You can’t perform that action at this time.
0 commit comments