Hi
I would like to build our TI Code Composer Studio (v5) projects using Jenkins . Please can anyone offer some hints on how best to do this?
TI Code Composer Studio (CCS) v5 uses Eclipse and CDT, so perhaps users of other Eclipse C/C++ based projects could also comment.
Do I need to do an Eclipse ‘headless build’?
Best regards
David
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, it creates its makefiles automatically. Even if one could identify or export them, that wouldn’t be desirable because one wouldn’t know if they represented the latest set of source files. I think that is why people use eclipse ‘headless’ builds. But I am open to correction!
David
Click here to report this email as spam.
Thanks Slide, I just wondered whether anyone here has experience of doing it?