@@ -4,58 +4,58 @@ workflows:
4
4
version : 2
5
5
default :
6
6
jobs :
7
- - nitpick
8
- - clang-tidy :
9
- filters :
10
- branches :
11
- ignore : master
12
- - android-debug-arm-v7
13
- - android-build-release :
14
- filters :
15
- branches :
16
- ignore : /(master|release-boba|release-chai)/
17
- - android-release-snapshot :
18
- filters :
19
- branches :
20
- only : /(master|release-boba|release-chai)/
21
- - android-release-tag :
22
- filters :
23
- tags :
24
- only : /android-v.*/
25
- branches :
26
- ignore : /.*/
27
- - node-clang39-release :
28
- filters :
29
- tags :
30
- only : /node-.*/
31
- - node-gcc6-debug :
32
- filters :
33
- tags :
34
- only : /node-.*/
35
- - linux-clang-3.8-libcxx-debug
36
- - linux-clang4-sanitize-address
37
- - linux-clang4-sanitize-undefined
38
- - linux-clang4-sanitize-thread
7
+ # - nitpick
8
+ # - clang-tidy:
9
+ # filters:
10
+ # branches:
11
+ # ignore: master
12
+ # - android-debug-arm-v7
13
+ # - android-build-release:
14
+ # filters:
15
+ # branches:
16
+ # ignore: /(master|release-boba|release-chai)/
17
+ # - android-release-snapshot:
18
+ # filters:
19
+ # branches:
20
+ # only: /(master|release-boba|release-chai)/
21
+ # - android-release-tag:
22
+ # filters:
23
+ # tags:
24
+ # only: /android-v.*/
25
+ # branches:
26
+ # ignore: /.*/
27
+ # - node-clang39-release:
28
+ # filters:
29
+ # tags:
30
+ # only: /node-.*/
31
+ # - node-gcc6-debug:
32
+ # filters:
33
+ # tags:
34
+ # only: /node-.*/
35
+ # - linux-clang-3.8-libcxx-debug
36
+ # - linux-clang4-sanitize-address
37
+ # - linux-clang4-sanitize-undefined
38
+ # - linux-clang4-sanitize-thread
39
39
- linux-gcc4.9-debug
40
- - linux-gcc5-debug-coverage
41
- - linux-gcc5-release-qt4
42
- - linux-gcc5-release-qt5
43
- - ios-debug
44
- - ios-sanitize
45
- - ios-sanitize-address
46
- - ios-static-analyzer
47
- - ios-release :
48
- filters :
49
- tags :
50
- only : /ios-.*/
51
- branches :
52
- ignore : /.*/
53
- - macos-debug
54
- - macos-debug-qt5
55
- - macos-release-node :
56
- filters :
57
- tags :
58
- only : /node-.*/
40
+ # - linux-gcc5-debug-coverage
41
+ # - linux-gcc5-release-qt4
42
+ # - linux-gcc5-release-qt5
43
+ # - ios-debug
44
+ # - ios-sanitize
45
+ # - ios-sanitize-address
46
+ # - ios-static-analyzer
47
+ # - ios-release:
48
+ # filters:
49
+ # tags:
50
+ # only: /ios-.*/
51
+ # branches:
52
+ # ignore: /.*/
53
+ # - macos-debug
54
+ # - macos-debug-qt5
55
+ # - macos-release-node:
56
+ # filters:
57
+ # tags:
58
+ # only: /node-.*/
59
59
60
60
step-library :
61
61
- &generate-cache-key
0 commit comments