From 1c3986889be6e9bd30d4fd7d7edfa7d894bcb2e4 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Fri, 26 Aug 2022 01:14:58 -0400 Subject: Update AppVeyor config --- .appveyor.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ddccbe0..a18326c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 @@ -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 -- cgit v1.2.3