summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: Move dependencies into CI imageFeRD (Frank Dana)2023-01-101-1/+0
| | | | | | | - Update `dnf` command in Dockerfile to include missing dependencies - Remove `dnf` command from `.gitlab-ci.yml` scripting - Sort packages in `dnf` command - Use `install_weak_deps=false` option in `dnf` to reduce image size
* .gitlab-ci.yml: disable glib testsChristian Hergert2022-09-061-1/+1
|
* .gitlab-ci.yml: set default C/C++ std for fedora buildChristian Hergert2022-09-061-1/+1
| | | | We might have to compile libsass, which will want a newer cpp_std.
* .gitlab-ci.yml: remove flatpak:image from configChristian Hergert2022-07-281-1/+0
| | | | As done elsewhere in other projects.
* gitlab-ci: use proper sassc prefixChristian Hergert2022-02-021-1/+1
|
* gitlab-ci: specify werror for subprojectsChristian Hergert2022-02-021-1/+1
|
* gitlab-ci: disable various GTK build featuresChristian Hergert2022-02-021-2/+2
| | | | | We don't need these when building, and they just explode our dependency graph on the machine that is basically just building documentation.
* gitlab-ci: add gstreamer1-plugins-bad-freeChristian Hergert2022-02-021-1/+1
|
* gitlab-ci: install expatChristian Hergert2022-02-021-1/+1
|
* gitlab-ci: add jpeg and png librariesChristian Hergert2022-02-021-1/+1
|
* gitlab-ci: run dnf with sudoChristian Hergert2022-02-021-1/+1
|
* gitlab-ci: ensure we have git installedChristian Hergert2022-02-021-0/+1
|
* CI: use the new fedora imageBilal Elmoussaoui2021-12-011-5/+1
|
* CI: update per gi-docgen docs changesBilal Elmoussaoui2021-12-011-2/+2
|
* CI: bump to a newer fedora imageBilal Elmoussaoui2021-12-011-1/+1
|
* .gitlab-ci.yml: use v32Christian Hergert2021-07-271-3/+4
|
* meson: Use a feature option for introspectionXavier Claessens2021-03-091-1/+1
| | | | | | This copy the same behaviour as in gtk4 and all its dependencies. It fix the build for example on Windows where gobject-introspection is not usually available.
* CI: Publish docs on GitLab PagesChristopher Davis2021-01-041-0/+37
| | | | | | Publish our html docs on GitLab Pages. This is how GTK, libhandy, and others have been publishing their nightly reference documentation.
* CI: use the flatpak manifest for testing the buildBilal Elmoussaoui2020-10-201-0/+14