jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
294 stars 50 forks source link

Travis-CI support added #114

Closed wardbekker closed 13 years ago

wardbekker commented 13 years ago

Hi Jesper,

Here the config file needed for building on http://travis-ci.org. See http://about.travis-ci.org/docs/user/getting-started/ on how you can Sign In with OAuth on travis-ci.org, and add service hooks to your project. Let me know if I can help you.

Tnx!

Ward

jlouis commented 13 years ago

This looks rather nice. Going in.

ghost commented 13 years ago

Hi!

We used to kind of run a Hudson instance that we lost when i quite my job. On that instance we compiled and ran tests on R13B04, R14A and R14B03. The latter being the latest and greatest. The former are what you find in the package repositories of GNU/Linux distributions that fail on Erlang.

As jlouis said, travis-ci looks rather nice. It would definently benefit from supporting these older Erlang releases, the difference between them are larger than what you find between the R14B-releases and therefore they generate more issues for new users who run into problems with packages not being tested against them.

wardbekker commented 13 years ago

Hi klaar, we'll provide older Erlang/OTP releases in the near future on travis.

Jesper, don't forget to Sign In with OAuth on travis-ci.org, and add service hooks to your project as described here: http://about.travis-ci.org/docs/user/getting-started/. Otherwise etorrent won't show up on Travis-ci.org

jlouis commented 13 years ago

Just signed in. :)

ghost commented 13 years ago

@wardbekker Good to hear. It's one of those issues that pop up too often.