I have been developing c project using Eclipse CDT on MAC OSX. Now I want to setup continuous integration with jenkins. I have look through the plugins in jenkins but there is no plugin for Eclipse builds. I believe I have two options to deal with this situation.
- I look for plugin for Eclipse
- I develop a shell script which will load the project in Eclipse and build it for me every time.
For the second option I am looking for command or script that can do eclipse build for me. I am asking here two questions at the same time but I would really appreciate answer in any direction.