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