This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree 3 files changed +10
-20
lines changed
3 files changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ matrix:
63
63
node_js : ' 10'
64
64
env :
65
65
- BUILD_TASK=prebuild
66
+ - os : linux
67
+ node_js : ' 11'
68
+ env :
69
+ - BUILD_TASK=prebuild
66
70
- os : linux
67
71
node_js : ' node'
68
72
env :
@@ -104,7 +108,7 @@ before_install:
104
108
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh;
105
109
106
110
install :
107
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG; fi
111
+ - if [[ "$TRAVIS_OS_NAME" == "linux" && $TAG != "" ]]; then travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG; fi
108
112
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install opencv@3; brew link --force opencv@3; fi
109
113
110
114
script :
Original file line number Diff line number Diff line change @@ -22,43 +22,29 @@ environment:
22
22
- nodejs_version : 11
23
23
PYTHON : " C:\\ Python27-x64"
24
24
PYTHON_VERSION : " 2.7"
25
- opencv_version : 3.4.3
25
+ opencv_version : 3.4.6
26
26
# use self build
27
27
OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
28
28
# node 10
29
29
- nodejs_version : 10
30
30
PYTHON : " C:\\ Python27-x64"
31
31
PYTHON_VERSION : " 2.7"
32
- opencv_version : 3.4.3
33
- # use self build
34
- OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
35
- # node 9
36
- - nodejs_version : 9
37
- PYTHON : " C:\\ Python27-x64"
38
- PYTHON_VERSION : " 2.7"
39
- opencv_version : 3.4.3
32
+ opencv_version : 3.4.6
40
33
# use self build
41
34
OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
42
35
# node 8
43
36
- nodejs_version : 8
44
37
PYTHON : " C:\\ Python27-x64"
45
38
PYTHON_VERSION : " 2.7"
46
- opencv_version : 3.4.3
39
+ opencv_version : 3.4.6
47
40
# use self build
48
41
OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
49
42
DISABLE_ASYNC_HOOKS_TEST : 1
50
- # node 7
51
- - nodejs_version : 7
52
- PYTHON : " C:\\ Python27-x64"
53
- PYTHON_VERSION : " 2.7"
54
- opencv_version : 3.4.3
55
- # use self build
56
- OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
57
43
# node 6
58
44
- nodejs_version : 6
59
45
PYTHON : " C:\\ Python27-x64"
60
46
PYTHON_VERSION : " 2.7"
61
- opencv_version : 3.4.3
47
+ opencv_version : 3.4.6
62
48
# use self build
63
49
OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
64
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opencv4nodejs" ,
3
- "version" : " 4.15.0" ,
3
+ "version" : " 4.15.0-b3 " ,
4
4
"description" : " Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API." ,
5
5
"keywords" : [
6
6
" opencv" ,
You can’t perform that action at this time.
0 commit comments