what is the best way to use gnumake with hudson?

link|improve this question
I think more details are in order. – ztron Feb 5 '11 at 5:30
feedback

closed as not constructive by Mark Henderson Jan 15 at 5:26

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

I just set up jobs as normal and have the build step be a shell command "cd ${WORKSPACE}; make all"

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.