summaryrefslogtreecommitdiff
path: root/.gitlab-ci
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: Install Meson from PyPIEmmanuele Bassi2018-03-291-3/+9
| | | | | The base Fedora image we use for CI doesn't always have the version of Meson we depend on; let's use Python's pip to install Meson, instead.
* ci: Add more dependencies for the Docker imageEmmanuele Bassi2018-03-101-0/+11
| | | | | Use the Fedora build dependencies for the gobject-introspection package as a source.
* ci: Update the Docker image dependenciesEmmanuele Bassi2018-03-101-1/+13
| | | | | If we end up building GLib as a subproject, we're going to need all the GLib dependencies.
* ci: Add GitEmmanuele Bassi2018-03-101-1/+4
| | | | | We need Git in order to check out the subprojects, in case the dependencies do not match with the system ones.
* Add CI environment for gobject-introspectionEmmanuele Bassi2018-03-102-0/+29
Based on the GLib and GTK equivalent CI environment, with a Docker container used to run the build.