Navigation Menu

Skip to content

Commit

Permalink
add appveyor.yml for Appveyor CI (build on Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Aug 5, 2015
1 parent 2735b01 commit b84a4f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -247,4 +247,5 @@ subdirs
^xt/

.travis.yml
appveyor.yml
README.md
15 changes: 15 additions & 0 deletions appveyor.yml
@@ -0,0 +1,15 @@
version: 1.0.{build}

install:
- cinst StrawberryPerl
- path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- perl -V
- cpanm --self-upgrade
- cpanm -q --showdeps --with-develop --with-suggests . | findstr /v "^perl\>" | cpanm n-
- 'echo End intall at: & time /t'

build_script:
- perl Makefile.PL

test_script:
- dmake test

0 comments on commit b84a4f6

Please sign in to comment.