Skip to content

Commit

Permalink
Appveyor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Nov 4, 2024
1 parent 87c131c commit df76da7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cache:
- C:\Strawberry538
#- C:\Strawberry -> appveyor.yml

environment:
PERL_CPANM_HOME: c:\cpanm

install:
- set ST=C:\Strawberry538
- if exist %ST% del /Q %ST%
Expand All @@ -22,6 +25,10 @@ install:
#- ppm install --location http://biodiverse.unsw.edu.au/downloads/ppm PDL
#- perl -MPDL -E"say 1" # check installation
#- cpanm --notest --no-man-pages PDL

# test issues https://github.com/tsee/extutils-cppguess/issues/30
- cpanm --notest ExtUtils::CppGuess


# aliens should be cached now
- cpanm --quiet --notest Module::Compile
Expand Down

0 comments on commit df76da7

Please sign in to comment.