summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fedora.Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update meson in the Fedora imageMatthias Clasen2021-01-031-1/+1
| | | | Bump meson to 0.56.0. The new image is fedora:v4.
* ci: Update meson versionXavier Claessens2020-09-301-1/+1
|
* ci: Add libasan and libubsan to the docker imageMatthias Clasen2020-09-121-0/+2
| | | | | Make a v2 of the docker image that includes libasan, so we can add a ci step running the testsuite under asan.
* ci: Add missing packages to the Fedora Docker imageEmmanuele Bassi2020-04-141-0/+2
| | | | | Both fontconfig and libXft are needed to build pango-xft, which is needed to generate the API reference.
* Improve the Pango CI pipeline on LinuxEmmanuele Bassi2020-04-141-0/+49
Use a scaled down version of the GTK and GLib CI set ups, with a custom Docker image and multiple stages. The CI pipeline now generates a JUnit report, which integrates with the GitLab merge requests; builds the documentation as a separate stage; and publishes the API reference for the master branch at the end.