Skip to content

Commit

Permalink
Merge pull request #6 from briandfoy/appveyor-update
Browse files Browse the repository at this point in the history
Update AppVeyor config
  • Loading branch information
briandfoy committed Aug 26, 2022
2 parents d95a60d + 178f54e commit 26eff80
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# This file is licensed under the Artistic License 2.0

image:
- Visual Studio 2015
- ubuntu1604
- Visual Studio 2019
- Visual Studio 2022
- ubuntu1804
- ubuntu
- ubuntu2004

environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
Expand All @@ -24,12 +24,13 @@ install:
- cmd: if not exist "C:\strawberry" cinst strawberryperl
- cmd: set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- sh: sudo apt-get install build-essential git libssl-dev
- sh: sudo apt-get update
- sh: sudo env DEBIAN_FRONTEND=noninteractive apt-get -yq install build-essential git libssl-dev
- sh: sudo apt-get install -y perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -v
- cpan App::cpanminus ExtUtils::MakeMaker
- cpanm --installdeps .
- cpan -M https://www.cpan.org -T App::cpanminus ExtUtils::MakeMaker
- cpanm --notest --installdeps .

build_script:
- perl Makefile.PL
Expand Down

0 comments on commit 26eff80

Please sign in to comment.