Skip to content

Add GitLab CI to the GIMP master branch

Michael Schumacher requested to merge wip/schumaml/gitlab-ci into master

This merge requests adds a working .gitlab-ci.yml file for the master branch. It is based on the .gitlab-ci.yml of GEGL, builds babl and GEGL from Git and uses an Archlinux-based image for everything else (because that's what was already there in the original file).

It builds fine and passes make check if xvfb is not present, as the UI-related tests are currently known to be broken.

Edited by Michael Schumacher

Merge request reports