summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2022-08-26 01:20:26 -0400
committerGitHub <noreply@github.com>2022-08-26 01:20:26 -0400
commit5706c987e7ee30c89b01213a4fb9972b3f8f7caa (patch)
tree26a8a53bd9dc944fdeada0b1527d43e532225134
parent6b6c5210075b4598fff34fa5b19bc2019eccfe17 (diff)
parent1c3986889be6e9bd30d4fd7d7edfa7d894bcb2e4 (diff)
Merge pull request #7 from briandfoy/appveyor-update
Update AppVeyor config
-rw-r--r--.appveyor.yml13
1 files 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