Skip to content

WIP: gnome-shell CI

Christian Rauch requested to merge christian-rauch/jhbuild:gnome_shell into master

Setup CI to build gnome-shell on Ubuntu 18.04.

Eventually, this should serve as test and as documentation of how to build the full GNOME Shell stack on Ubuntu LTS, i.e. the jbuild steps and a list of packages that have to be installed manually.

Currently, I have the issue that with DEBIAN_FRONTEND=noninteractive and jhbuild --no-interact the apt frontend still asks for interactive input.

@creiter You managed the original configuration. Any idea of how I can entirely avoid interaction within the CI?

Merge request reports