Skip to content

Commit

Permalink
Add appveyor: CI for Windows, like Travis PR#30 from mbeijen/appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Apr 21, 2016
2 parents 12dc64a + 179fc53 commit ad2c11e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
@@ -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 ad2c11e

Please sign in to comment.