Zakariyya Mughal
2015-02-01 21:01:51 UTC
Hello everyone,
As I am about to continue my clean-up of the test code to use
Test::More, I thought it would be useful to add Travis-CI support to PDL
as well. And I did it!
I have set it up to run the tests on Perl versions 5.10, 5.12, 5.14,
5.16, 5.18, 5.20, and blead. Unfortunately, this is only on a Linux
system, but that itself is still useful. If the builds fail or if the
code coverage decreases, you will receive an alert.
===
Example of a build: <https://travis-ci.org/zmughal/p5-PDL/builds/49113227>
Example of code coverage: <https://coveralls.io/builds/1844232>
===
Patch: <https://github.com/zmughal/p5-PDL/compare/travis-ci>
All one has to do is add this patch and one of the PDLPorters org admins
on GitHub has to enable Travis-CI at <https://travis-ci.org/PDLPorters/pdl>
and Coveralls at <https://coveralls.io/repos/new>.
Cheers,
- Zaki Mughal
As I am about to continue my clean-up of the test code to use
Test::More, I thought it would be useful to add Travis-CI support to PDL
as well. And I did it!
I have set it up to run the tests on Perl versions 5.10, 5.12, 5.14,
5.16, 5.18, 5.20, and blead. Unfortunately, this is only on a Linux
system, but that itself is still useful. If the builds fail or if the
code coverage decreases, you will receive an alert.
===
Example of a build: <https://travis-ci.org/zmughal/p5-PDL/builds/49113227>
Example of code coverage: <https://coveralls.io/builds/1844232>
===
Patch: <https://github.com/zmughal/p5-PDL/compare/travis-ci>
All one has to do is add this patch and one of the PDLPorters org admins
on GitHub has to enable Travis-CI at <https://travis-ci.org/PDLPorters/pdl>
and Coveralls at <https://coveralls.io/repos/new>.
Cheers,
- Zaki Mughal