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 2e7cd40 commit 16802a7Copy full SHA for 16802a7
.appveyor.yml
@@ -7,6 +7,9 @@ install:
7
- appveyor-retry choco install strawberryperl --version 5.20.1.1 --allow-empty-checksums
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
+ - echo running nmake
11
+ - nmake
12
+ - echo running nmake install
13
- nmake install
14
- echo nmake install finished
15
0 commit comments