We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa0f29 commit 2e7cd40Copy full SHA for 2e7cd40
.appveyor.yml
@@ -8,6 +8,7 @@ install:
8
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
9
- perl Configure.pl --prefix=%APPVEYOR_BUILD_FOLDER%\buildprefix --backend=moar --gen-moar
10
- nmake install
11
+ - echo nmake install finished
12
13
environment:
14
matrix:
@@ -23,4 +24,5 @@ branches:
23
24
25
test_script:
26
# - cd %APPVEYOR_BUILD_FOLDER%\nqp
27
+ - echo nmake m-test
28
- nmake m-test
0 commit comments