This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +56
-33
lines changed Expand file tree Collapse file tree 1 file changed +56
-33
lines changed Original file line number Diff line number Diff line change @@ -8,42 +8,65 @@ services:
8
8
env :
9
9
global :
10
10
- OPENCV4NODEJS_DISABLE_AUTOBUILD=1
11
- matrix :
12
- - BUILD_TASK=test
13
- TAG=3.0.0-contrib-node6
14
- - BUILD_TASK=test
15
- TAG=3.1.0-contrib-node6
16
- - BUILD_TASK=test
17
- TAG=3.2.0-contrib-node6
18
- - BUILD_TASK=test
19
- TAG=3.3.0-contrib-node6
20
- - BUILD_TASK=cover
21
- TAG=3.4.0-contrib-node6
22
- - BUILD_TASK=test
23
- TAG=3.4.0-contrib-world-node6
24
- - BUILD_TASK=test
25
- TAG=3.4.6-node6
26
- - BUILD_TASK=test
27
- TAG=3.4.6-contrib-node6
28
- - BUILD_TASK=test
29
- TAG=3.4.6-contrib-node8
30
- - BUILD_TASK=test
31
- TAG=3.4.6-contrib-node10
32
- - BUILD_TASK=test
33
- TAG=3.4.6-contrib-node11
34
- - BUILD_TASK=prebuild
35
- TAG=3.4.6-contrib-node6
36
- - BUILD_TASK=prebuild
37
- TAG=3.4.6-contrib-node8
38
- - BUILD_TASK=prebuild
39
- TAG=3.4.6-contrib-node10
40
- - BUILD_TASK=prebuild
41
- TAG=3.4.6-contrib-node11
42
- - BUILD_TASK=cover
43
- TAG=3.4.6-contrib-node10
44
11
45
12
matrix :
46
13
include :
14
+ - os : linux
15
+ env :
16
+ - BUILD_TASK=test
17
+ TAG=3.0.0-contrib-node6
18
+ - os : linux
19
+ env :
20
+ - BUILD_TASK=test
21
+ TAG=3.1.0-contrib-node6
22
+ - os : linux
23
+ env :
24
+ - BUILD_TASK=test
25
+ TAG=3.2.0-contrib-node6
26
+ - os : linux
27
+ env :
28
+ - BUILD_TASK=test
29
+ TAG=3.3.0-contrib-node6
30
+ - os : linux
31
+ env :
32
+ - BUILD_TASK=test
33
+ TAG=3.4.0-contrib-world-node6
34
+ - os : linux
35
+ env :
36
+ - BUILD_TASK=test
37
+ TAG=3.4.6-node6
38
+ - os : linux
39
+ env :
40
+ - BUILD_TASK=test
41
+ TAG=3.4.6-contrib-node6
42
+ - os : linux
43
+ env :
44
+ - BUILD_TASK=test
45
+ TAG=3.4.6-contrib-node8
46
+ - os : linux
47
+ env :
48
+ - BUILD_TASK=test
49
+ TAG=3.4.6-contrib-node10
50
+ - os : linux
51
+ env :
52
+ - BUILD_TASK=cover
53
+ TAG=3.4.6-contrib-node11
54
+ - os : linux
55
+ node_js : ' 6'
56
+ env :
57
+ - BUILD_TASK=prebuild
58
+ - os : linux
59
+ node_js : ' 8'
60
+ env :
61
+ - BUILD_TASK=prebuild
62
+ - os : linux
63
+ node_js : ' 10'
64
+ env :
65
+ - BUILD_TASK=prebuild
66
+ - os : linux
67
+ node_js : ' node'
68
+ env :
69
+ - BUILD_TASK=prebuild
47
70
- os : osx
48
71
node_js : ' 6'
49
72
env :
You can’t perform that action at this time.
0 commit comments