AppImage for GIMP missing

Hi,

If I set a flag in the .gitlab-ci.yml… GIMP_CI_APPIMAGE: “1”

variables:
  # Common cloning procedure
  GIT_DEPTH: "1"
  GIT_SUBMODULE_STRATEGY: recursive
  # CI-wide Debian variables
  GIMP_PREFIX: "${CI_PROJECT_DIR}/_install"
  # Enable colorful output when supported (e.g. ninja, cppcheck)
  CLICOLOR_FORCE: "1"
  # Enable the AppImage build
  GIMP_CI_APPIMAGE: "1"

I was hoping an AppImage would build, instead the artifact, gimp-debian-x64 is a build tree without an AppImage?

Is this my error in setting the yml var? https://gitlab.gnome.org/pixelmixer/artbox/-/ci/editor?branch_name=artbox

To always trigger .AppImage making in your repo at each commit you need to tweak the rules: of the dist-appimage-weekly job in yml file to be siimilar to our gimp-debian-x64 job.


If I set a flag in the .gitlab-ci.yml… GIMP_CI_APPIMAGE: “1”

That’s not how GitLab use these variables. To create an .AppImage occasionally, you need to go to this page: Sign in · GitLab

Thanking you

Build > Pipelines > New Pipeline