Skip to content

Commit

Permalink
added appveyor.yml and initialized Windows CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Mar 29, 2017
1 parent dd9e600 commit 59e07fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"

os:
- linux
Expand Down
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
branches:
except:
- /travis/
skip_tags: true

cache:
- C:\strawberry

install:
- if not exist "C:\strawberry" cinst strawberryperl
- set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cd C:\projects\%APPVEYOR_PROJECT_NAME%
- cpanm --installdeps .

build_script:
- perl Makefile.PL
- dmake test

0 comments on commit 59e07fe

Please sign in to comment.