Juce and Jenkins - dependency management

Hi all,

how are you guys handling CI with Juce? Do you use JUCE as a submodule in your Git project?

I’m just starting to play with Jenkins now, but it is pulling a version of my project in a temp-folder, so my relative paths in the Projucer linking to the JUCE library brake. I don’t think using absolute paths is a good solution, because folder structure might be different for each developer.

Any advice on this?

Johannes

1 Like