Skip to content

Commit

Permalink
Add .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jun 29, 2018
1 parent 0de893b commit 4b59749
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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%
- cpanm --quiet --installdeps --with-develop --notest .

build_script:
- perl -V
- perl Makefile.PL
- gmake

test_script:
- gmake test

0 comments on commit 4b59749

Please sign in to comment.