summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2022-08-26 01:35:51 -0400
committerGitHub <noreply@github.com>2022-08-26 01:35:51 -0400
commit54bd6379c5bd49076ac8ee183a79eaccd866c297 (patch)
tree5da1fc50312b53954cef48ab356da072d80ccb17
parent979f2b99ab5957f843caa036e3356989db0288de (diff)
parent5d94178f6226e84999af66e5fb2db07cbb951835 (diff)
Merge pull request #5 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