summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker-minimal.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: Bump the image versionEmmanuele Bassi2022-06-111-1/+1
|
* ci: Update the Docker imagesEmmanuele Bassi2022-01-111-1/+1
|
* ci: Bump up the Docker tagsEmmanuele Bassi2021-06-241-1/+1
|
* ci: Update run-docker scripts to work with PodmanEmmanuele Bassi2021-06-241-6/+27
| | | | Not every Linux distro ships with Docker, and Podman is nicer.
* Revert "Meson: Override gobject-introspection-1.0 dependency"Emmanuele Bassi2020-04-241-1/+1
| | | | | | This reverts commit d01a387475e2665275a6cd6b0059bf91121b8300. The nightly run time does not have Meson 0.54
* Meson: Override gobject-introspection-1.0 dependencyXavier Claessens2020-04-231-1/+1
| | | | | | | | | | | | | When gobject-introspection-1.0 pkg-config is not found on the system, Meson can fallback to configure g-i as subproject and needs a dependency object to replace the pc file. The dependency file needs to ensure that typelibs are created before compiling any other gir and provide the girdir for files within build directory. It also need to provide glib dependencies required to compile girs. Bump Meson version to 0.54.0 to use meson.override_dependency().
* CI: add a job that builds glib as a subprojectChristoph Reiter2019-11-141-0/+11
In our case we have to do various special things in case glib isn't available through pkg-config and not all tests are run. Add a CI job that tests this case so we don't regress.