Skip to content

Commit

Permalink
Add a basic config for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Sep 6, 2019
1 parent fc7ea10 commit b1548ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build: off
shallow_clone: true
skip_tags: true
skip_branch_with_pr: true
init:
- git config --global core.autocrlf input
install:
- choco install strawberryperl
- SET "PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%"
- cpanm --quiet --installdeps --notest .
test_script:
- perl Build.PL
- perl ./Build
- perl ./Build test

0 comments on commit b1548ef

Please sign in to comment.