File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es5.1.profile"]
38
38
},
39
39
{
40
- "condition": "%{es2015subset-profile-build}",
40
+ "condition": "%{es2015subset-profile-build} or %{test-build} ",
41
41
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es2015-subset.profile"]
42
42
}
43
43
]
90
90
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es5.1.profile"]
91
91
},
92
92
{
93
- "condition": "%{es2015subset-profile-build}",
93
+ "condition": "%{es2015subset-profile-build} or %{test-build} ",
94
94
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es2015-subset.profile"]
95
95
}
96
96
]
142
142
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es5.1.profile"]
143
143
},
144
144
{
145
- "condition": "%{es2015subset-profile-build}",
145
+ "condition": "%{es2015subset-profile-build} or %{test-build} ",
146
146
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es2015-subset.profile"]
147
147
}
148
148
]
You can’t perform that action at this time.
0 commit comments