Version 3 (modified by gaurav, 13 years ago) |
---|
Smoking Parrot
Help us keep parrot working on our core platforms and target new platforms by running automated smoke tests. These tests will automatically report the status of the test suite for both core parrot features and all the languages that target parrot.
cd $HOME && rsync -av --delete svn.perl.org::parrot-HEAD parrot-smoke && cd parrot-smoke && perl Configure.pl && make && make smoke && make languages-smoke
The RSYNC command listed here will give you a fresh working copy of parrot (that doesn't require a clean). We then configure and build parrot, and then run the core test suite and the language specific test suite.
You can see recently uploaded smoke results at smolder.plusthree.com.
Thanks for your cycles!
The last line with "languages-smoke" may be going away as we switch from smoke to smolder, and as more languages LeaveTheNest
Attachments
-
smoking parrot.png
(10.9 KB) - added by Austin_Hastings 13 years ago.