|
15 | 15 | "reveal": "always",
|
16 | 16 | "panel": "shared"
|
17 | 17 | },
|
18 |
| - "problemMatcher": [ |
19 |
| - "$gcc" |
20 |
| - ] |
| 18 | + "problemMatcher": ["$gcc"] |
21 | 19 | },
|
22 | 20 | {
|
23 | 21 | "label": "Auto-enforce coding style",
|
|
30 | 28 | "reveal": "always",
|
31 | 29 | "panel": "shared"
|
32 | 30 | },
|
33 |
| - "problemMatcher": [ |
34 |
| - "$gcc" |
35 |
| - ] |
| 31 | + "problemMatcher": ["$gcc"] |
36 | 32 | },
|
37 | 33 | {
|
38 | 34 | "label": "Verify coding style conformance",
|
39 | 35 | "type": "shell",
|
40 | 36 | "command": "make -C build/default pretty-check",
|
41 | 37 | "group": "none",
|
42 | 38 | "dependsOn": "Bootstrap",
|
43 |
| - "problemMatcher": [ |
44 |
| - "$gcc" |
45 |
| - ] |
| 39 | + "problemMatcher": ["$gcc"] |
46 | 40 | },
|
47 | 41 | {
|
48 | 42 | "label": "Run Unit and Functional Tests",
|
49 | 43 | "type": "shell",
|
50 | 44 | "command": "make -C build/default check",
|
51 | 45 | "group": "none",
|
52 | 46 | "dependsOn": "Bootstrap",
|
53 |
| - "problemMatcher": [ |
54 |
| - "$gcc" |
55 |
| - ] |
| 47 | + "problemMatcher": ["$gcc"] |
56 | 48 | },
|
57 | 49 | {
|
58 | 50 | "label": "Run Distribution Generation",
|
59 | 51 | "type": "shell",
|
60 | 52 | "command": "make -C build/default distcheck",
|
61 | 53 | "group": "none",
|
62 | 54 | "dependsOn": "Bootstrap",
|
63 |
| - "problemMatcher": [ |
64 |
| - "$gcc" |
65 |
| - ] |
| 55 | + "problemMatcher": ["$gcc"] |
66 | 56 | },
|
67 | 57 | {
|
68 | 58 | "label": "Run Code Coverage",
|
69 | 59 | "type": "shell",
|
70 | 60 | "command": "make -C build/default coverage; code -r build/default/src/chip.info/index.html",
|
71 | 61 | "group": "none",
|
72 | 62 | "dependsOn": "Bootstrap",
|
73 |
| - "problemMatcher": [ |
74 |
| - "$gcc" |
75 |
| - ] |
| 63 | + "problemMatcher": ["$gcc"] |
76 | 64 | },
|
77 | 65 | {
|
78 | 66 | "label": "Clean",
|
79 | 67 | "type": "shell",
|
80 | 68 | "command": "make -C build/default distclean",
|
81 | 69 | "group": "none",
|
82 | 70 | "dependsOn": "Bootstrap",
|
83 |
| - "problemMatcher": [ |
84 |
| - "$gcc" |
85 |
| - ] |
| 71 | + "problemMatcher": ["$gcc"] |
86 | 72 | },
|
87 | 73 | {
|
88 | 74 | "label": "Configure",
|
89 | 75 | "type": "shell",
|
90 | 76 | "command": "mkdir -p build/default && (cd build/default && ../../bootstrap-configure --enable-debug --enable-coverage)",
|
91 | 77 | "group": "none",
|
92 |
| - "problemMatcher": [ |
93 |
| - "$gcc" |
94 |
| - ] |
| 78 | + "problemMatcher": ["$gcc"] |
95 | 79 | },
|
96 | 80 | {
|
97 | 81 | "label": "Bootstrap",
|
98 | 82 | "type": "shell",
|
99 | 83 | "command": "if [[ ! -f build/default/config.status ]]; then mkdir -p build/default; (cd build/default && ../../bootstrap-configure --enable-debug --enable-coverage); else ./bootstrap -w make; fi",
|
100 | 84 | "group": "none",
|
101 |
| - "problemMatcher": [ |
102 |
| - "$gcc" |
103 |
| - ], |
| 85 | + "problemMatcher": ["$gcc"] |
104 | 86 | },
|
105 | 87 | {
|
106 | 88 | "label": "Clean Tree",
|
107 | 89 | "type": "shell",
|
108 | 90 | "command": "make -f Makefile-bootstrap clean-repos && git clean -Xdf",
|
109 | 91 | "group": "none",
|
110 |
| - "problemMatcher": [ |
111 |
| - "$gcc" |
112 |
| - ] |
| 92 | + "problemMatcher": ["$gcc"] |
113 | 93 | },
|
114 | 94 | {
|
115 | 95 | "label": "Run Setup Payload Tests",
|
116 | 96 | "type": "shell",
|
117 | 97 | "command": "make -C build/default/src/setup_payload check",
|
118 | 98 | "group": "none",
|
119 | 99 | "dependsOn": "Bootstrap",
|
120 |
| - "problemMatcher": [ |
121 |
| - "$gcc" |
122 |
| - ] |
| 100 | + "problemMatcher": ["$gcc"] |
123 | 101 | },
|
124 | 102 | {
|
125 | 103 | "label": "Build & Run Crypto Tests",
|
126 | 104 | "type": "shell",
|
127 | 105 | "command": "make -C build/default/src/crypto check",
|
128 | 106 | "group": "none",
|
129 |
| - "problemMatcher": [ |
130 |
| - "$gcc" |
131 |
| - ] |
| 107 | + "problemMatcher": ["$gcc"] |
132 | 108 | },
|
133 | 109 | {
|
134 | 110 | "label": "Build nRF5 Lock App",
|
135 | 111 | "type": "shell",
|
136 | 112 | "command": "make -C examples/lock-app/nrf5",
|
137 | 113 | "group": "none",
|
138 | 114 | "dependsOn": "Clean Tree",
|
139 |
| - "problemMatcher": [ |
140 |
| - "$gcc" |
141 |
| - ] |
142 |
| - }, |
143 |
| - ], |
| 115 | + "problemMatcher": ["$gcc"] |
| 116 | + } |
| 117 | + ] |
144 | 118 | }
|
0 commit comments