|
44 | 44 | "condition": "%{minimal-profile-build}", |
45 | 45 | "args": ["--profile=profiles/minimal.profile"] |
46 | 46 | }, |
| 47 | + { |
| 48 | + "condition": "%{es5.1-profile-build}", |
| 49 | + "args": ["--jerry-profile=es5.1"] |
| 50 | + }, |
| 51 | + { |
| 52 | + "condition": "%{es2015subset-profile-build} or %{test-build}", |
| 53 | + "args": ["--jerry-profile=es2015-subset"] |
| 54 | + }, |
47 | 55 | { |
48 | 56 | "condition": "%{test-build}", |
49 | 57 | "args": [ |
50 | | - "--jerry-profile=es2015-subset", |
51 | 58 | "--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2", |
52 | 59 | "--cmake-param=-DENABLE_MODULE_MYMODULE1=ON", |
53 | 60 | "--cmake-param=-DENABLE_MODULE_MYMODULE2=ON" |
|
113 | 120 | "condition": "%{test-build}", |
114 | 121 | "env": { |
115 | 122 | "IOTJS_BUILD_OPTION": [ |
116 | | - "--jerry-profile=es2015-subset", |
117 | 123 | "--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2", |
118 | 124 | "--cmake-param=-DENABLE_MODULE_MYMODULE1=ON", |
119 | 125 | "--cmake-param=-DENABLE_MODULE_MYMODULE2=ON" |
|
135 | 141 | { |
136 | 142 | "condition": "%{minimal-profile-build}", |
137 | 143 | "env": { "IOTJS_BUILD_OPTION": ["--profile=profiles/minimal.profile"] } |
| 144 | + }, |
| 145 | + { |
| 146 | + "condition": "%{es5.1-profile-build}", |
| 147 | + "env": { |
| 148 | + "IOTJS_BUILD_OPTION": ["--jerry-profile=es5.1"] |
| 149 | + } |
| 150 | + }, |
| 151 | + { |
| 152 | + "condition": "%{es2015subset-profile-build} or %{test-build}", |
| 153 | + "env": { |
| 154 | + "IOTJS_BUILD_OPTION": ["--jerry-profile=es2015-subset"] |
| 155 | + } |
138 | 156 | } |
139 | 157 | ] |
140 | 158 | }, |
|
193 | 211 | "condition": "%{minimal-profile-build}", |
194 | 212 | "env": { "IOTJS_BUILD_OPTION": ["--profile=profiles/minimal.profile"] } |
195 | 213 | }, |
| 214 | + { |
| 215 | + "condition": "%{es5.1-profile-build}", |
| 216 | + "env": { |
| 217 | + "IOTJS_BUILD_OPTION": ["--jerry-profile=es5.1"] |
| 218 | + } |
| 219 | + }, |
| 220 | + { |
| 221 | + "condition": "%{es2015subset-profile-build} or %{test-build}", |
| 222 | + "env": { |
| 223 | + "IOTJS_BUILD_OPTION": ["--jerry-profile=es2015-subset"] |
| 224 | + } |
| 225 | + }, |
196 | 226 | { |
197 | 227 | "condition": "%{test-build}", |
198 | 228 | "env": { |
199 | 229 | "IOTJS_BUILD_OPTION": [ |
200 | | - "--jerry-profile=es2015-subset", |
201 | 230 | "--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2", |
202 | 231 | "--cmake-param=-DENABLE_MODULE_MYMODULE1=ON", |
203 | 232 | "--cmake-param=-DENABLE_MODULE_MYMODULE2=ON" |
|
272 | 301 | "condition": "%{minimal-profile-build}", |
273 | 302 | "args": ["--profile=profiles/minimal.profile"] |
274 | 303 | }, |
| 304 | + { |
| 305 | + "condition": "%{es5.1-profile-build}", |
| 306 | + "args": ["--jerry-profile=es5.1"] |
| 307 | + }, |
| 308 | + { |
| 309 | + "condition": "%{es2015subset-profile-build} or %{test-build}", |
| 310 | + "args": ["--jerry-profile=es2015-subset"] |
| 311 | + }, |
275 | 312 | { |
276 | 313 | "condition": "%{test-build}", |
277 | 314 | "args": [ |
278 | | - "--jerry-profile=es2015-subset", |
279 | 315 | "--external-modules=test/external_modules/mymodule1,test/external_modules/mymodule2", |
280 | 316 | "--cmake-param=-DENABLE_MODULE_MYMODULE1=ON", |
281 | 317 | "--cmake-param=-DENABLE_MODULE_MYMODULE2=ON" |
|
0 commit comments