File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# brian's standard Appveyor config for Perl 5 modules
2
2
# https://github.com/briandfoy/brians_perl_modules_appveyor_config
3
3
# This file is licensed under the Artistic License 2.0
4
-
4
+ # version 20230308
5
+ ---
5
6
image :
6
7
- Visual Studio 2019
7
8
- Visual Studio 2022
8
- - ubuntu1804
9
9
- ubuntu2004
10
10
11
11
environment :
12
12
PERL5LIB : /home/appveyor/perl5/lib/perl5
13
+ DEBIAN_FRONTEND : noninteractive
14
+ SP : C:\strawberry
13
15
14
16
platform : x64
15
17
@@ -22,15 +24,16 @@ skip_tags: true
22
24
23
25
install :
24
26
- 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%
26
28
- 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
29
31
- sh : sudo apt-get install -y perl
30
32
- sh : export PATH=/home/appveyor/perl5/bin:$PATH
31
33
- perl -v
32
34
- 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 .
34
37
35
38
build_script :
36
39
- perl Makefile.PL
You can’t perform that action at this time.
0 commit comments