summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Deploy API documentation to gitlab pagesCarlos Garnacho2021-05-221-0/+32
| | | | | Since library-web is in such sorry state, it makes sense to publish the API in some other way that does not rely on it.
* ci: Enable docs in CI buildsCarlos Garnacho2021-05-221-1/+1
|
* ci: Use FDO ci-templatesCarlos Garnacho2021-05-221-7/+94
| | | | Create our own fedora/alpine/ubuntu images to test libmediaart.
* ci: Use idiomatic Meson for the build instructionsEmmanuele Bassi2021-05-221-4/+3
| | | | In other words: meson setup, meson compile, and meson test.
* ci: Update for changes in tracker-oci-imagesSam Thursfield2020-12-271-11/+4
| | | | | | | | | Since https://gitlab.gnome.org/GNOME/tracker-oci-images/-/merge_requests/28 the container images set 'USER tracker', so privileged ops like installing packages are no longer possible during testcases. So, gdk-pixbuf is added to the base images in https://gitlab.gnome.org/GNOME/tracker-oci-images/-/merge_requests/38.
* Initial CI configSam Thursfield2020-10-161-0/+63