Skip to content

Commit

Permalink
Setting up Win test adressing Raku/doc#2998, #29
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 2, 2019
1 parent 62b061a commit 1090578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ install:
- 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
- rakudobrew build moar 2019.07.1
- rakudobrew switch moar-2019.07.1
- rakudobrew build-zef
- cd %APPVEYOR_BUILD_FOLDER%
- zef --depsonly install .

Expand All @@ -18,5 +19,4 @@ build: off
test_script:
- zef test .


shallow_clone: true

0 comments on commit 1090578

Please sign in to comment.