Skip to content

Commit

Permalink
setup appveyor testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed May 22, 2017
1 parent 1478302 commit 9a8882d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions appveyor.yml
@@ -0,0 +1,29 @@
os: Visual Studio 2015

platform: x64

environment:
matrix:
- test_moar: 2017.05
- test_moar: '' #latest

install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl --allow-empty-checksums
- 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 %TEST_MOAR%
- rakudobrew build zef
- cd %APPVEYOR_BUILD_FOLDER%
- zef --depsonly install .
- zef install Test::META
- zef build .

build: off

test_script:
- set AUTHOR_TESTING=1 && prove -ve "perl6 -Ilib"
- zef install .

shallow_clone: true

0 comments on commit 9a8882d

Please sign in to comment.