Skip to content

Realease Build tests and CCache

Jordan Petridis requested to merge alatiera/librsvg:more-gitlab-ci into master

I've enabled ccache! chergeme figured out what I was doing wrong pointed it to me. Thanks!

It now takes ~1min to do incremental builds in debug mode. https://gitlab.gnome.org/alatiera/librsvg/-/jobs/9895

Secondly I added a release build test for fedora that will always be run.

Thirdly I added a cross-distro-release state that's the same as cross-distro stage but build stuff on release. This will only run for:

  • Schedules pipelines
  • Tags
  • Manually triggered pipelines from the web gui

Where cross-distro also runs on master.

Merge request reports