all build steps are replicated for each plugin
What I was thinking of was to have the CI setup and build Geany done once then
``` ./configure --disable-all-plugins --enable-xxx; make install ``` where xxx cycles through each plugin.
My ulterior motive was then to read something like `[xxx]` from the PR and only do that one :-)
For now, I will concentrate on a more 1:1 migration which is already pretty good.
Sure, as you say its rarely been a problem