Skip to content

Commit

Permalink
Faster Appveyor install
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 6, 2019
1 parent f5ce530 commit 9696da4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
AUTOMATED_TESTING: 1
TEST_VERBOSE: 1
# TEST_VERBOSE: 1
DEBIAN_FRONTEND: noninteractive

platform: x64
Expand All @@ -34,16 +34,16 @@ install:
- sh: sudo apt-get install -y cpanminus libchi-perl libjson-perl libconfig-auto-perl libipc-system-simple-perl libautodie-perl libtext-csv-xs-perl liblog-log4perl-perl libdbd-sqlite3-perl libtext-csv-perl
- cpanm -n File::Fetch
- cpanm -f DBIx::TableLoader
- sh: cpanm -q -f Text::xSV::Slurp CGI::Lingua
- cmd: cpanm -q -v -f Log::Log4perl CGI::IDS Data::Throttler File::Open::NoCache::ReadOnly IO::AIO CGI::Lingua
- sh: cpanm -iqn Text::xSV::Slurp CGI::Lingua
- cmd: cpanm -iqn Log::Log4perl CGI::IDS Data::Throttler File::Open::NoCache::ReadOnly IO::AIO CGI::Lingua
- cpanm -v --installdeps .
- cmd: cpanm -q CHI
- cmd: cpanm -iqn CHI
- cmd: cpanm -q --showdeps --with-develop --with-suggests . | findstr /v "^perl\>" | cpanm -n
- cmd: 'echo End install at: & time /t'

build_script:
- perl Makefile.PL

test_script:
- cmd: gmake test TEST_VERBOSE=1
- sh: TEST_VERBOSE=1 make test
- cmd: gmake test
- sh: make test

0 comments on commit 9696da4

Please sign in to comment.