pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

Jenkins #3

Closed sbragagnolo closed 8 years ago

sbragagnolo commented 8 years ago

Check that it's working over this repository. Adapt the scripts to scale.

guillep commented 8 years ago

Or travis?

sbragagnolo commented 8 years ago

What ever you want. I put jenkins because of INRIA. I never used travis. Can you point me any travis conf for copying?

guillep commented 8 years ago

https://github.com/guillep/Matra/blob/master/.travis.yml

sbragagnolo commented 8 years ago

Beautiful :) 👍 Im doing it in a couple of hours!

sbragagnolo commented 8 years ago

Travis done! Im waiting to see the test report. I added the building image into the README.me, since it's markdown.

https://travis-ci.org/sbragagnolo/taskit/

guillep commented 8 years ago

Tests are running!