We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa6aab commit 25a56b0Copy full SHA for 25a56b0
.appveyor.yml
@@ -39,11 +39,7 @@ install:
39
- SET PATH=C:\rakudo\bin;C:\rakudo\share\perl6\site\bin;%PATH%
40
- ps: refreshenv
41
- perl6 -v
42
-# install the target distribution's dependencies. You'll need to
43
-# maintain your META6.json file in the top-level directory
44
- - zef --verbose install .
45
-# change back to the target project's clone folder.
46
-# Now we should be ready to run the tests
+ - zef install --deps-only .
47
- cd %APPVEYOR_BUILD_FOLDER%
48
49
build: off
0 commit comments