Help language development. Donate to The Perl Foundation
os: Visual Studio 2015 platform: x64 build: off install: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' - choco install strawberryperl - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew - SET PATH=%USERPROFILE%\rakudobrew\bin;%PATH% - rakudobrew build moar 2017.06 - rakudobrew build zef - cd %APPVEYOR_BUILD_FOLDER% - zef install Test::META - zef --verbose --depsonly install . test_script: - prove -v -e "perl6 -Ilib" t/ shallow_clone: true