0

I am trying to setup hudson to build lithium unit tests. I guess the command "li3 test tests/cases" should build these cases, but I'm not sure about setting the paths in Hudson. Anyone done continous integration of lithium projects?

Mehdi Lahmam B.
  • 2,240
  • 16
  • 22
Mr. Zen
  • 704
  • 3
  • 7
  • 17
  • Thanks for correcting, now it's removed. Originally I thought of adding cakephp+hudson integration assuming it follows the same pattern as lithium.Because there's a larger userbase for cake I'd get my answers quickly. – Mr. Zen Aug 17 '12 at 19:52

1 Answers1

1

Take a look to this blog post Setting up Jenkins with Lithium.

Note: As you should know (and for those who find this after a google search), Jenkins is the rename of Hudson. source

Mehdi Lahmam B.
  • 2,240
  • 16
  • 22
  • Oracle would disagree ;) As far as I know Oracle is treating Jenkins as a fork, and Jenkins is treating Hudson as a fork. – Tadeck Aug 17 '12 at 23:06