Skip to content

Commit 16802a7

Browse files
committed
Run nmake and nmake install in different steps (appveyor)
1 parent 2e7cd40 commit 16802a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ install:
77
- appveyor-retry choco install strawberryperl --version 5.20.1.1 --allow-empty-checksums
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
10+
- echo running nmake
11+
- nmake
12+
- echo running nmake install
1013
- nmake install
1114
- echo nmake install finished
1215

0 commit comments

Comments
 (0)