Skip to content

Commit

Permalink
Update appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jul 18, 2023
1 parent 75c034c commit 79ad7fb
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .appveyor.yml
@@ -1,45 +1,39 @@
# brian's standard Appveyor config for Perl 5 modules
# version 20220902.001
# 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
- ubuntu2004

environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
SP: C:\strawberry
DEBIAN_FRONTEND: noninteractive
SP: C:\strawberry

platform: x64

branches:
only:
- master
- appveyor
except:
- gh-pages
- /circleci/
- /github/
- /linux/
- /macos/
- /notest/
- /release/

skip_tags: true

install:
- cmd: if not exist "C:\strawberry" cinst strawberryperl
- 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 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
Expand Down

0 comments on commit 79ad7fb

Please sign in to comment.