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 +3
-46
lines changed Expand file tree Collapse file tree 2 files changed +3
-46
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
include :
16
16
- os : linux
17
+ node_js : ' 8'
17
18
env :
18
19
- BUILD_TASK=test
19
- TAG=3.0.0-contrib-node6
20
- - os : linux
21
- env :
22
- - BUILD_TASK=test
23
- TAG=3.1.0-contrib-node6
24
- - os : linux
25
- env :
26
- - BUILD_TASK=test
27
- TAG=3.2.0-contrib-node6
28
- - os : linux
29
- env :
30
- - BUILD_TASK=test
31
- TAG=3.3.0-contrib-node6
32
- - os : linux
33
- env :
34
- - BUILD_TASK=test
35
- TAG=3.4.0-contrib-world-node6
36
- - os : linux
37
- env :
38
- - BUILD_TASK=test
39
- TAG=3.4.6-node6
40
- - os : linux
41
- env :
42
- - BUILD_TASK=test
43
- TAG=3.4.6-contrib-node6
44
20
- os : linux
21
+ node_js : ' 10'
45
22
env :
46
23
- BUILD_TASK=test
47
- TAG=3.4.6-contrib-node8
48
24
- os : linux
25
+ node_js : ' 11'
49
26
env :
50
27
- BUILD_TASK=test
51
- TAG=3.4.6-contrib-node10
52
- - os : linux
53
- node_js : ' 6'
54
- env :
55
- - BUILD_TASK=prebuild
56
28
- os : linux
57
29
node_js : ' 8'
58
30
env :
@@ -65,14 +37,6 @@ matrix:
65
37
node_js : ' 11'
66
38
env :
67
39
- BUILD_TASK=prebuild
68
- - os : osx
69
- node_js : ' 6'
70
- env :
71
- - BUILD_TASK=test
72
- - os : osx
73
- node_js : ' 6'
74
- env :
75
- - BUILD_TASK=prebuild
76
40
- os : osx
77
41
node_js : ' 8'
78
42
env :
Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ environment:
40
40
# use self build
41
41
OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
42
42
DISABLE_ASYNC_HOOKS_TEST : 1
43
- # node 6
44
- - nodejs_version : 6
45
- PYTHON : " C:\\ Python27-x64"
46
- PYTHON_VERSION : " 2.7"
47
- opencv_version : 3.4.6
48
- # use self build
49
- OPENCV4NODEJS_DISABLE_AUTOBUILD : 1
50
43
51
44
install :
52
45
# - cmd: choco install OpenCV -y -version %OPENCV_VERSION%
You can’t perform that action at this time.
0 commit comments