Skip to content

Commit 8d8ad92

Browse files
committed
[WIP] Run test262 tests on AppVeyor.
JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
1 parent af89f14 commit 8d8ad92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ build:
3131
parallel: true
3232
verbosity: minimal
3333

34+
# Run tests262 only once (only for testing AppVeyor now)
35+
for:
36+
-
37+
matrix:
38+
only:
39+
- FEATURE_DEBUGGER: ON
40+
configuration: Debug
41+
platform: x64
42+
43+
test_script:
44+
- cmd: tools\run-tests.py --test262
45+
3446
artifacts:
3547
- path: build\bin\$(configuration)\
3648
name: JerryScriptBinary

0 commit comments

Comments
 (0)