Skip to content

Commit 2e7cd40

Browse files
committed
Try debugging Appveyor
1 parent caa0f29 commit 2e7cd40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
99
- perl Configure.pl --prefix=%APPVEYOR_BUILD_FOLDER%\buildprefix --backend=moar --gen-moar
1010
- nmake install
11+
- echo nmake install finished
1112

1213
environment:
1314
matrix:
@@ -23,4 +24,5 @@ branches:
2324

2425
test_script:
2526
# - cd %APPVEYOR_BUILD_FOLDER%\nqp
27+
- echo nmake m-test
2628
- nmake m-test

0 commit comments

Comments
 (0)