Skip to content

Commit

Permalink
Try more appveyor on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 31, 2020
1 parent f3ba6ab commit 8d51e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Expand Up @@ -24,11 +24,12 @@ install:
# - cmd: cd C:\projects\%APPVEYOR_PROJECT_NAME%
- sh: sudo apt-get update -q -y
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get install -q -y --force-yes build-essential git libssl-dev perl
- sh: sudo apt-get install -y cpanminus
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -V
- cmd: mkdir %APPVEYOR_BUILD_FOLDER%\tmp
- cmd: set TMPDIR=%APPVEYOR_BUILD_FOLDER%\tmp
- cpan App::cpanminus
- cmd: cpan App::cpanminus
- cpanm -iqn --skip-satisfied Carp Data::Throttler CGI::IDS Data::Validate::URI DateTime LWP::Simple::WithCache XML::LibXML B::Lint warnings::unused
- cmd: 'echo End install at: & time /t'

Expand Down

0 comments on commit 8d51e8d

Please sign in to comment.