Skip to content

Implement GIMP manual installers into the CI

Jehan requested to merge wip/Jehan/ci-2-10-split into gimp-help-2-10

This works, at least we get installers.

Now there are still a bunch of issues to deal with:

  • All installers use the English strings right now (though they (should) install the correct files). I'll have to deal with this, in particular first make the .isl file translatable with po files, as we do in the GIMP repository.
  • We need to verify that all installers were generated (right now, I check only the English one as CI success rule).
  • We should have some script to verify consistency of language list as I added in GIMP repo (i.e. language with po ⇒ listed in the autotools files ⇒ installer created; no more, no less).

Merge request reports