Skip to content

Commit

Permalink
Test on Windows with AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 23, 2018
1 parent 2c07774 commit 4218532
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,17 @@
cache:
- C:\strawberry

install:
- if not exist "C:\strawberry" choco install strawberryperl -y
- set PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- cd %APPVEYOR_BUILD_FOLDER%
# Create the c:\tmp directory because Data::UUID can't be built on Windows without it. (rjbs/Data-UUID#24)
- mkdir C:\tmp
- cpanm --quiet --installdeps --with-develop --notest .

build_script:
- perl Build.Pl
- perl Build

test_script:
- perl Build test
7 changes: 4 additions & 3 deletions lib/Catmandu/PICA.pm
Expand Up @@ -13,8 +13,9 @@ Catmandu::PICA - Catmandu modules for working with PICA+ data
=begin markdown
[![Build Status](https://travis-ci.org/gbv/Catmandu-PICA.png)](https://travis-ci.org/gbv/Catmandu-PICA)
[![Coverage Status](https://coveralls.io/repos/gbv/Catmandu-PICA/badge.png?branch=master)](https://coveralls.io/r/gbv/Catmandu-PICA?branch=master)
[![Unix Build Status](https://travis-ci.org/gbv/Catmandu-PICA.svg)](https://travis-ci.org/gbv/Catmandu-PICA)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/myyyxpobr8kn6aby?svg=true)](https://ci.appveyor.com/project/nichtich/catmandu-pica)
[![Coverage Status](https://coveralls.io/repos/gbv/Catmandu-PICA/badge.svg?branch=master)](https://coveralls.io/r/gbv/Catmandu-PICA?branch=master)
[![Kwalitee Score](http://cpants.cpanauthors.org/dist/Catmandu-PICA.png)](http://cpants.cpanauthors.org/dist/Catmandu-PICA)
=end markdown
Expand Down Expand Up @@ -77,4 +78,4 @@ the same terms as Perl itself.
L<PICA::Data>, L<Catmandu>
=cut
=cut

0 comments on commit 4218532

Please sign in to comment.