summaryrefslogtreecommitdiff
path: root/.gitlab-ci
Commit message (Collapse)AuthorAgeFilesLines
* Bump up to Meson 0.56.2Emmanuele Bassi2022-03-242-2/+2
| | | | I double checked, and Debian stable (bullseye) ships with Meson 0.56.2.
* ci: Install Meson globallyEmmanuele Bassi2022-03-244-14/+4
| | | | So we don't need ancillary scripts to build ATK.
* Bump up the required Meson versionEmmanuele Bassi2022-03-242-2/+2
| | | | Use 0.52. It still is ancient, but that's what Debian stable uses.
* ci: Use fedora:latestEmmanuele Bassi2022-03-241-1/+1
| | | | We're still stuck on Fedora 31, which has been EOL'ed ages ago.
* ci: Use debian:stableEmmanuele Bassi2022-03-241-1/+1
| | | | | Don't use a specific version name, to avoid having to deal with updating the image every time Debian does a new stable release.
* Add CI pipeline for ATKEmmanuele Bassi2020-04-227-0/+400
Use the GitLab CI support to build ATK, so we can at least be confident that we're not breaking stuff with every commit.