Skip to content

Commit 243cf89

Browse files
committed
Update Appveyor to change release info, updated machines
1 parent 44786cc commit 243cf89

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.appveyor.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# brian's standard Appveyor config for Perl 5 modules
22
# https://github.com/briandfoy/brians_perl_modules_appveyor_config
33
# This file is licensed under the Artistic License 2.0
4-
4+
# version 20230308
5+
---
56
image:
67
- Visual Studio 2019
78
- Visual Studio 2022
8-
- ubuntu1804
99
- ubuntu2004
1010

1111
environment:
1212
PERL5LIB: /home/appveyor/perl5/lib/perl5
13+
DEBIAN_FRONTEND: noninteractive
14+
SP: C:\strawberry
1315

1416
platform: x64
1517

@@ -22,15 +24,16 @@ skip_tags: true
2224

2325
install:
2426
- cmd: if not exist "C:\strawberry" cinst strawberryperl
25-
- cmd: set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
27+
- cmd: set PATH=%SP%\perl\bin;%SP%\perl\site\bin;%SP%\c\bin;%PATH%
2628
- cmd: cd %APPVEYOR_BUILD_FOLDER%
27-
- sh: sudo apt-get update
28-
- sh: sudo env DEBIAN_FRONTEND=noninteractive apt-get -yq install build-essential git libssl-dev
29+
- sh: sudo apt-get update --allow-releaseinfo-change
30+
- sh: sudo env apt-get -yq install build-essential git libssl-dev
2931
- sh: sudo apt-get install -y perl
3032
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
3133
- perl -v
3234
- cpan -M https://www.cpan.org -T App::cpanminus ExtUtils::MakeMaker
33-
- cpanm --notest --installdeps .
35+
- cmd: cpanm --notest --installdeps .
36+
- sh: cpanm --local-lib=/home/appveyor/perl5 --notest --installdeps .
3437

3538
build_script:
3639
- perl Makefile.PL

0 commit comments

Comments
 (0)