Skip to content

Commit

Permalink
add appveyor: CI for Windows, like Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeijen committed Oct 26, 2015
1 parent 6933f27 commit 179fc53
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1.0.{build}

install:
- cinst StrawberryPerl
- path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- mkdir %APPVEYOR_BUILD_FOLDER%\tmp
- set TMPDIR=%APPVEYOR_BUILD_FOLDER%\tmp
- perl -V
- cpan App::cpanminus
- cpanm -q --showdeps --with-develop --with-suggests . | findstr /v "^perl\>" | cpanm -n
- 'echo End install at: & time /t'

build_script:
- perl Makefile.PL

test_script:
- dmake test

0 comments on commit 179fc53

Please sign in to comment.