summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2024-01-05 11:48:21 -0500
committerbrian d foy <briandfoy@pobox.com>2024-01-05 11:48:21 -0500
commit0f70fd920ad4b668eb8bd676ba9e1f33d377f66f (patch)
treee17fc7c5c9fbd237dd99fc35255587c2a73a3d3d
parenta1ae3b98b4ad03cec0a0cbbab84fcb22b355aab9 (diff)
Update appveyor config
-rw-r--r--.appveyor.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a18326c..2adf776 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,15 +1,17 @@
# brian's standard Appveyor config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_appveyor_config
# This file is licensed under the Artistic License 2.0
-
+# version 20230308
+---
image:
- Visual Studio 2019
- Visual Studio 2022
- - ubuntu1804
- ubuntu2004
environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
+ DEBIAN_FRONTEND: noninteractive
+ SP: C:\strawberry
platform: x64
@@ -22,15 +24,16 @@ skip_tags: true
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: set PATH=%SP%\perl\bin;%SP%\perl\site\bin;%SP%\c\bin;%PATH%
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- - sh: sudo apt-get update
- - sh: sudo env DEBIAN_FRONTEND=noninteractive apt-get -yq install build-essential git libssl-dev
+ - sh: sudo apt-get update --allow-releaseinfo-change
+ - sh: sudo env 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 -M https://www.cpan.org -T App::cpanminus ExtUtils::MakeMaker
- - cpanm --notest --installdeps .
+ - cmd: cpanm --notest --installdeps .
+ - sh: cpanm --local-lib=/home/appveyor/perl5 --notest --installdeps .
build_script:
- perl Makefile.PL