Skip to content

Instantly share code, notes, and snippets.

@mohawk2
Created August 3, 2015 07:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mohawk2/42b2ee1b21cfb245e3c3 to your computer and use it in GitHub Desktop.
Save mohawk2/42b2ee1b21cfb245e3c3 to your computer and use it in GitHub Desktop.
Appveyor config
[06:05] <@haarg> mohawk, kentnl: http://www.appveyor.com/
[...]
[06:28] <@haarg> cinst StrawberryPerl
[06:28] <@haarg> set "PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%"
[06:28] <@haarg> perl -V
[06:28] <@haarg> cpanm --self-upgrade
[06:28] <@haarg> cpanm -q --showdeps --with-develop --with-suggests . | findstr /v "^perl\>" | cpanm n-
[06:28] <@haarg> set "PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%"
[06:28] <@haarg> perl Makefile.PL
[06:28] <@haarg> set "PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%"
[06:28] <@haarg> dmake test
[06:29] <@haarg> kentnl: that's roughly what i have for Moo
[06:29] <@haarg> had to reset the env for each stage because appveyor doesn't keep the env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment