Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Appveyor: Add ActivePerl configuration
  • Loading branch information
zmughal committed May 23, 2017
1 parent dc51393 commit 882c4c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions appveyor.yml
@@ -1,10 +1,17 @@
version: 1.0.{build}

environment:
matrix:
- CHOCO_PERL_PACKAGE: StrawberryPerl
CHOCO_PERL_PATH: C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- CHOCO_PERL_PACKAGE: activeperl
CHOCO_PERL_PATH: C:\Perl64\bin;C:\Perl64\site\bin;%PATH%

install:
# running under CI
- set CI_TESTING=1
- cinst StrawberryPerl
- path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cinst %CHOCO_PERL_PACKAGE%
- path %CHOCO_PERL_PATH%
- mkdir %APPVEYOR_BUILD_FOLDER%\tmp
- set TMPDIR=%APPVEYOR_BUILD_FOLDER%\tmp
- perl -V
Expand Down

0 comments on commit 882c4c8

Please sign in to comment.