Hi all,
I am trying to automate builds on a Jenkins/Hudson build server using a windows slave. All the documents I have seen so far have been sketchy and incomplete at best. Here are the physical parameters:
code composer studio 5.4.0.00091
The eclipse project is located at c:\sw-releases\MyProject -- this builds successfully in eclipse
I can make using gmake -k -j 4 all from the command line if eclipse has already built the make files
What steps do I need to take to build this in place from the eclipse project?
Rob