Skip to content

Commit

Permalink
Update AppVeyor for Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 19, 2018
1 parent ea83d96 commit 927e93c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Expand Up @@ -4,7 +4,9 @@

image:
- Visual Studio 2015
- Ubuntu
- ubuntu1604
- ubuntu1804
- ubuntu

environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
Expand All @@ -21,12 +23,12 @@ 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: cd C:\projects\%APPVEYOR_PROJECT_NAME%
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- sh: sudo apt-get install build-essential git libssl-dev
- sh: sudo apt-get install -y perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -v
- cpan App::cpanminus
- cpan App::cpanminus ExtUtils::MakeMaker
- cpanm --installdeps .

build_script:
Expand Down

0 comments on commit 927e93c

Please sign in to comment.